Fix getting non-TLS QUIT in FIN segment
[exim.git] / test / runtest
index ba2450c458095bdc840a8cbb30b3caf6e62ddbfd..c52afceaa3f37d9a360bc6729eb6383d2e77457a 100755 (executable)
@@ -1289,7 +1289,7 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if /\w+ in keep_environment\? (yes|no)/;
 
     # Sizes vary with test hostname
-    s/^cmd buf flush \d+ bytes$/cmd buf flush ddd bytes/;
+    s/^cmd buf flush \d+ bytes/cmd buf flush ddd bytes/;
 
     # Spool filesystem free space changes on different systems.
     s/^((?:spool|log) directory space =) -?\d+K (inodes =)\s*-?\d+/$1 nnnnnK $2 nnnnn/;