diff options
| author | Teddy Wing | 2016-04-22 21:27:46 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-04-22 21:27:46 -0400 |
| commit | ec4541af5c81d7692ab3e1b858e24b35c60b3de5 (patch) | |
| tree | c07b8d706ec2b13e93e9237b41a3146c313246fe | |
| parent | 6f078aecf87d39882c0fce1cc61b6220add43208 (diff) | |
| download | mutt-alias-auto-add-ec4541af5c81d7692ab3e1b858e24b35c60b3de5.tar.bz2 | |
Revert "test.sh: Initial stab at an integration test"
This reverts commit 6f078aecf87d39882c0fce1cc61b6220add43208.
Decided that I'd rather use TAP/prove to do this integration test. It
feels more comfortable to be able to rely on a test harness. Removing
this file but keeping it in the log for posterity.
| -rw-r--r-- | test.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test.sh b/test.sh deleted file mode 100644 index d23a1b9..0000000 --- a/test.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -cargo build - -function test_creates_a_new_alias_for_a_contact_with_an_existing_name() { - cp testdata/aliases testdata/tmp - # echo 'alias paris-numa NUMA Paris <communique@numa.co>' >> testdata/tmp - # echo 'alias paris-numa NUMA Paris <communique@numa.co>' >> ./testaliases - - cat testdata/email | ./target/debug/alias-auto-add - - - - # rm testdata/tmp -} - - -test_creates_a_new_alias_for_a_contact_with_an_existing_name |
