summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-11-25 22:12:42 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-11-25 22:12:42 +0000
commit4b1450820a2a2c54f9c5265b094a023ba80bd834 (patch)
treeb23458dcaf8a14edb08c6f414eddce5058fca287 /test/confs
parentfc6b96fae1afd051f9d34fa3e86169be4e05e5b2 (diff)
Testsuite: "echo -n" portability - use printf(1) if possible
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/01913
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/0191 b/test/confs/0191
index 1cbe7eb2c..410d2bf09 100644
--- 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