git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Testsuite: add command cat2
[exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 1730a9889328c25acbebb4921b61a289b2bee1d0..edaec6b2525565397dd4e776c3540de5916828aa 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-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;
+ }