aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test-lib-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-lib-common.sh')
-rw-r--r--test/test-lib-common.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test-lib-common.sh b/test/test-lib-common.sh
index 892991e2..4903038d 100644
--- a/test/test-lib-common.sh
+++ b/test/test-lib-common.sh
@@ -38,6 +38,10 @@ find_notmuch_path ()
# test/ subdirectory and are run in 'trash directory' subdirectory.
TEST_DIRECTORY=$(pwd)
notmuch_path=`find_notmuch_path "$TEST_DIRECTORY"`
+
+# configure output
+. $notmuch_path/sh.config
+
if test -n "$valgrind"
then
make_symlink () {