Testsuite: munge dumpdb output
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 29 Jun 2024 13:58:20 +0000 (14:58 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 29 Jun 2024 13:58:20 +0000 (14:58 +0100)
test/runtest

index 781ea97d114689a4c3cdb9bfa69b2f52abc06997..efbd8487774948dadad591aa2c40d74954fd4399 100755 (executable)
@@ -468,6 +468,9 @@ RESET_AFTER_EXTRA_LINE_READ:
   # This message sometimes has a different number of seconds
   s/forced fail after \d seconds/forced fail after d seconds/;
 
+  # This message may contain a different DBM library name
+  s/Failed to open \S+( \([^\)]+\))? file/Failed to open hintsdb file/;
+
   # The message for a non-listening FIFO varies
   s/:[^:]+: while opening named pipe/: Error: while opening named pipe/;
 
@@ -1053,7 +1056,8 @@ RESET_AFTER_EXTRA_LINE_READ:
     s/^(Connection request from) \[.*:.*:.*\]$/$1 \[ipv6\]/;
 
     # Hints DB use of lockfiles is provider-dependent
-    s/Failed to open \K(?:hintsdb|database lock) file (.*\/spool\/db\/[^.]*)(?:.lockfile)?(?=(?: for reading)?: No such file or directory$)/hintsdb $1/;
+    s/Failed to open \K(?:hintsdb|database lock) file (.*\/spool\/db\/[^. ]*)(?:.lockfile)?(?: for reading)?(?=: No such file or directory$)/hintsdb $1/;
+
 
     # openssl version variances
   # Error lines on stdout from SSL contain process id values and file names.