summaryrefslogtreecommitdiff
path: root/net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2025-08-23 20:44:37 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2025-08-23 20:44:37 -0400
commite6625a3649b5751c517b9c2c5197dc9f919df1f0 (patch)
tree58da445ea5c8cca1e816c3612d7894f397853808 /net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch
parent05d7e0dbcee3eb96d7a1ad50079b3f0a6e02fcf1 (diff)
downloadgentoo-overlay-master.tar.xz
gentoo-overlay-master.zip
net-mail/notmuch: sync ::gentooHEADmaster
Diffstat (limited to 'net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch')
-rw-r--r--net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch b/net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch
new file mode 100644
index 0000000..f5a052e
--- /dev/null
+++ b/net-mail/notmuch/files/notmuch-0.39-test-skip-debug-symbols.patch
@@ -0,0 +1,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