]> git.notmuchmail.org Git - notmuch/blobdiff - test/T000-basic.sh
test: Test upgrade to ghost messages feature
[notmuch] / test / T000-basic.sh
index bf08f3e66e84f4ce1d392c254c4b4d96546bd291..ef642457ffafb85fb32940401bc6c3c15e68a43d 100755 (executable)
@@ -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 $?