aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-04-22 21:27:46 -0400
committerTeddy Wing2016-04-22 21:27:46 -0400
commitec4541af5c81d7692ab3e1b858e24b35c60b3de5 (patch)
treec07b8d706ec2b13e93e9237b41a3146c313246fe
parent6f078aecf87d39882c0fce1cc61b6220add43208 (diff)
downloadmutt-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.sh18
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