X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT000-basic.sh;h=d6811bd1075639d71986b283880d6bb40312a3b1;hb=dd5cd6964fe074c79c1850abb82d805bca35a5c5;hp=bf08f3e66e84f4ce1d392c254c4b4d96546bd291;hpb=5916c4634c7f36a42b59c261b4fb76212fbc4c96;p=notmuch diff --git a/test/T000-basic.sh b/test/T000-basic.sh index bf08f3e6..d6811bd1 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,6 @@ test_expect_equal \ "$(echo $PATH|cut -f1 -d: | sed -e 's,/test/valgrind/bin$,,')" test_begin_subtest 'notmuch is compiled with debugging symbols' -test_subtest_known_broken readelf --sections $(which notmuch) | grep \.debug test_expect_equal 0 $?