git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Testsuite: "echo -n" portability - use printf(1) if possible
[users/heiko/exim.git]
/
test
/
confs
/
0191
diff --git
a/test/confs/0191
b/test/confs/0191
index 1cbe7eb2c20872e3ec5c22f9962d4afae860dc61..410d2bf09e526856810feee14bed081b6cf441d4 100644
(file)
--- a/
test/confs/0191
+++ b/
test/confs/0191
@@
-34,7
+34,8
@@
smtp:
driver = smtp
port = PORT_S
transport_filter = \
- /bin/sh -c "cat >/dev/null; /bin/echo -n Line without end"
+ /bin/sh -c \
+ "cat >/dev/null; printf Line-without-end || /bin/echo -n Line-without-end"
# End