ARC initial implementation. Experimental. Bug 2162
[exim.git] / test / runtest
index 06597fe0456d20a54da694eac73522abe3c7a4f5..8925731d2b1ba81bee0e0962f71ad44ed537ca34 100755 (executable)
@@ -926,6 +926,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     # 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 /;
+
+    # ARC is not always supported by the build
+    next if /^arc_sign =/;
     }
 
   # ======== stderr ========