X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib-common.sh;h=b1fc33d4044d45a2cc248508604094174b0efaf2;hp=4903038dd9ce531ea7dda467a0d0eac6f86d8bd4;hb=02a2eeb427d6b424029f6e5e5ddad4c6ec987741;hpb=f92342cb76fa3e1fa2f1c2e727f8ddf1a5c21b7d diff --git a/test/test-lib-common.sh b/test/test-lib-common.sh index 4903038d..b1fc33d4 100644 --- a/test/test-lib-common.sh +++ b/test/test-lib-common.sh @@ -40,7 +40,7 @@ TEST_DIRECTORY=$(pwd) notmuch_path=`find_notmuch_path "$TEST_DIRECTORY"` # configure output -. $notmuch_path/sh.config +. $notmuch_path/sh.config || exit 1 if test -n "$valgrind" then @@ -122,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 }