X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/cc442294b8c9abfd87bdcb8019574f4e1ed23ea9..f16be9794c6eec65385dca68e88978b30efd6012:/test/runtest diff --git a/test/runtest b/test/runtest index c199539a5..69c6931b0 100755 --- a/test/runtest +++ b/test/runtest @@ -598,7 +598,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Handle only the Gnu and MacOS space, dot, plus and at-sign. A full [[:graph:]] # unfortunately matches a non-ls linefull of dashes. # Allow the case where we've already picked out the file protection bits. - s/^([-d](?:[-r][-w][-SsTtx]){3})[.+@]?( +|$)/\1 /; + if (s/^([-d](?:[-r][-w][-SsTtx]){3})[.+@]?( +|$)/\1\2/) { + s/ +/ /g; + } # ======== Message sizes =========