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