X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT000-basic.sh;h=0a8d6cdf40fc3ecc83d05f5347cd73c67e62f5f8;hp=ef642457ffafb85fb32940401bc6c3c15e68a43d;hb=e209b7187365b9f5a356b21f3d11dd2f41fd5a1c;hpb=ce44657c9e4919b1e4bbbbbe37dbd72257d40736 diff --git a/test/T000-basic.sh b/test/T000-basic.sh index ef642457..0a8d6cdf 100755 --- a/test/T000-basic.sh +++ b/test/T000-basic.sh @@ -14,7 +14,7 @@ then exit 1 fi -. ./test-lib.sh +. ./test-lib.sh || exit 1 ################################################################ # Test harness @@ -92,7 +92,7 @@ test_expect_equal \ "$(echo $PATH|cut -f1 -d: | sed -e 's,/test/valgrind/bin$,,')" test_begin_subtest 'notmuch is compiled with debugging symbols' -readelf --sections $(which notmuch) | grep \.debug +readelf --sections $(command -v notmuch) | grep \.debug test_expect_equal 0 $? test_done