From c2d8236b56e713ae2e7053c9ea3cc13f7d1283c4 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 30 May 2014 10:43:05 +0300 Subject: test: use sh.config for configuration --- test/test-lib-common.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test-lib-common.sh') 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 () { -- cgit v1.2.3