X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=6bc0b7239f60e3880fae70c25f08c738ea7382b8;hb=063f5e98620e2f2adeaa8b3313cdac85eb4ef4db;hp=e476a69b2a50f9c06f4b673881ee4024d464e6ab;hpb=1e7d33961e626488b09b56c8543e8edf00648670;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index e476a69b..6bc0b723 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -529,7 +529,7 @@ notmuch_debug_sanitize () { } notmuch_exception_sanitize () { - perl -pe 's/(A Xapian exception occurred at .*[.]cc?):([0-9]*)/\1:XXX/' + perl -pe 's,(A Xapian exception occurred at) .*?([^/]*[.]cc?):([0-9]*),\1 \2:XXX,' } notmuch_search_sanitize () {