X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/59eaad2b1af0dc58545dff6a7211948782811e1a..fae3a611be53dbf58cbb7c2c4846081ecb87606e:/test/runtest diff --git a/test/runtest b/test/runtest index 96f5c11e9..1431e5754 100755 --- a/test/runtest +++ b/test/runtest @@ -1972,7 +1972,7 @@ if (/^sleep\s+(.*)$/) # Various Unix management commands are recognized if (/^(ln|ls|du|mkdir|mkfifo|touch|cp|cat)\s/ || - /^sudo (rmdir|rm|chown|chmod)\s/) + /^sudo\s(rmdir|rm|chown|chmod)\s/) { run_system("$_ >>test-stdout 2>>test-stderr"); return 1;