Testsuite: munge retry DB dumps for long pathnames
[exim.git] / test / runtest
index e8f1933f2c5f568940dbf0a8ca356d2844ef7c01..afcdd0c2f37ddac11d4c4dc92eb1ce637cf9df50 100755 (executable)
@@ -1061,6 +1061,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     # gnutls version variances
     next if /^Error in the pull function./;
 
+    # Retry DB record gets truncated when TESTDIR is a long string
+    s/T:.*\(MTA-imposed quota exceeded while writing to\K.*$/ <elided>)/;
+
     # optional IDN2 variant conversions.  Accept either IDN1 or IDN2
     s/conversion  strasse.de/conversion  xn--strae-oqa.de/;
     s/conversion: german.xn--strae-oqa.de/conversion: german.straße.de/;