diff options
Diffstat (limited to 'test/confs/0191')
-rw-r--r-- | test/confs/0191 | 3 |
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 |