X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..bfbad1dddf8b26ef0e14e48a36edc4a8bf1425e4:/test/confs/0191?ds=sidebyside 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