aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T000-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/T000-basic.sh')
-rwxr-xr-xtest/T000-basic.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T000-basic.sh b/test/T000-basic.sh
index bf08f3e6..ef642457 100755
--- a/test/T000-basic.sh
+++ b/test/T000-basic.sh
@@ -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 $?