X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5dec5c7c0e98805bf8f345fe16b36ba676f24c4b..f2259efecaf2978bc2baf9b7d9c012e3d01daea0:/test/runtest diff --git a/test/runtest b/test/runtest index 629b45dbf..edaec6b25 100755 --- a/test/runtest +++ b/test/runtest @@ -856,7 +856,7 @@ RESET_AFTER_EXTRA_LINE_READ: s/(?:Can(?:no|')t assign requested address|Address not available)/Netwk addr not available/; s/Operation timed out/Connection timed out/; s/Address family not supported by protocol family/Network Error/; - s/Network is unreachable/Network unreachable/; + s/Network(?: is)? unreachable/Network Error/; s/Invalid argument/Network Error/; s/\(\d+\): Network/(dd): Network/; @@ -2639,6 +2639,12 @@ if (/^(ln|ls|du|mkdir|mkfifo|touch|cp|cat)\s/ || run_system("$_ >>test-stdout 2>>test-stderr"); return 1; } +if (/^cat2\s/) + { + s/^cat2/cat/; + run_system("$_ 2>&1 >test-stderr"); + return 1; + }