summaryrefslogtreecommitdiff
path: root/net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch
blob: f5a052e2967338e98675b5c5f0471982e25107c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/test/T000-basic.sh
+++ b/test/T000-basic.sh
@@ -71,8 +71,4 @@ test_expect_equal \
     "$(dirname ${TEST_DIRECTORY})" \
     "$(echo $PATH|cut -f1 -d: | sed -e 's,/test/valgrind/bin$,,')"
 
-test_begin_subtest 'notmuch is compiled with debugging symbols'
-readelf --sections $(command -v notmuch) | grep \.debug
-test_expect_equal 0 $?
-
 test_done