aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile
diff options
context:
space:
mode:
authorGravatar Michal Sojka <sojkam1@fel.cvut.cz>2010-06-10 08:48:01 +0200
committerGravatar Carl Worth <cworth@cworth.org>2010-09-16 15:56:44 -0700
commit223987bacef4dcc51952084707d1a664765c7c6e (patch)
tree61e122f07e19d7549698a4f94e68e19a727580f4 /test/Makefile
parent0083854b1204f077e98b1d9c4ecfa2a4844ee716 (diff)
Update test framework for use with notmuch
This removes Git specific things from the test-lib.sh and adds helper functions for notmuch taken from Carl's notmuch-test script. README is also slightly modified to reflect the current state. Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 25c559bb..7a29eaa1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -6,6 +6,7 @@
-include ../config.mak
#GIT_TEST_OPTS=--verbose --debug
+SHELL=/bin/bash
SHELL_PATH ?= $(SHELL)
TAR ?= $(TAR)
RM ?= rm -f