X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=f1275b85eca9ec428d5748577f2a5255445d952b;hb=237f803fdbf8978514d0f6b56e9d1aaf51cb3153;hp=2ba224c372f6125cd2b0fe661259a63e8b3f403c;hpb=114b985ba73da16d953f30dddf014be889db6e50;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index 2ba224c3..f1275b85 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 () {