From 97cfe3942f67200f77f6ae9b302409075e4e5792 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 22 Jan 2021 19:58:54 +0000 Subject: Fix getting non-TLS QUIT in FIN segment Linux was behaving oddly with the TCP_CORK method, and using MSG_MORE is one fewer syscall. --- test/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index ba2450c45..c52afceaa 100755 --- a/test/runtest +++ b/test/runtest @@ -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/; -- cgit v1.2.3