]> git.cworth.org Git - notmuch/blobdiff - test/test-lib-common.sh
test: make script exit (1) if it "fails" to source (.) a file
[notmuch] / test / test-lib-common.sh
index f99ed11162ade498eaef756b9a65774a6a29afec..b1fc33d4044d45a2cc248508604094174b0efaf2 100644 (file)
@@ -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