Testsuite: munge output for platform variances in postgres server binary location
[exim.git] / test / runtest
index 484b799e95251ec060119002a196ba81f292bd29..41531609e3a9192c9962e64a26e5269388e7a360 100755 (executable)
@@ -923,8 +923,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     # subsecond timstamp info in reported header-files
     s/^(-received_time_usec \.)\d{6}$/$1uuuuuu/;
 
-    # Postgres server takes varible time to shut down
+    # Postgres server takes varible time to shut down; lives in various places
     s/^waiting for server to shut down\.+ done$/waiting for server to shut down.... done/;
+    s/^\/.*postgres /POSTGRES /;
     }
 
   # ======== stderr ========