git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove trailing \n from {keep,add}_environment config warning
[users/jgh/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 96f5c11e912fe7b475ef34d3b44098ca339b32b1..1431e5754ac23af2e0fa01e4b92da0faf07388cb 100755
(executable)
--- 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;