]> git.cworth.org Git - notmuch/blobdiff - test/test-verbose
test: make script exit (1) if it "fails" to source (.) a file
[notmuch] / test / test-verbose
index 4100c05149f1718896b5ec916111d684979358ce..1723ce665caa73287c4ae5dced5099786626c15b 100755 (executable)
@@ -2,7 +2,7 @@
 
 test_description='the verbosity options of the test framework itself.'
 
-. ./test-lib.sh
+. ./test-lib.sh || exit 1
 
 test_expect_success 'print something in test_expect_success and pass' '
   echo "hello stdout" &&