X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib-common.sh;h=f99ed11162ade498eaef756b9a65774a6a29afec;hb=ee1f573204f87a0b2c20a193abf5c4d71e91f049;hp=892991e2bd037c9e8745bdf3cf539585cf111d21;hpb=533639b143202d333eb964aa0c6a860db0809344;p=notmuch diff --git a/test/test-lib-common.sh b/test/test-lib-common.sh index 892991e2..f99ed111 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 () { @@ -118,7 +122,7 @@ esac test ! -z "$debug" || remove_tmp=$TMP_DIRECTORY rm -fr "$test" || { GIT_EXIT_OK=t - echo >&5 "FATAL: Cannot prepare test area" + echo >&6 "FATAL: Cannot prepare test area" exit 1 }