Commit 6df25100 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

OS/X's shell still (!) does not support -n on built-in echo

parent 1eb5600a
......@@ -173,7 +173,7 @@ shell -err -expect {Cannot read -f file} {
# Test that incomplete CLI commands in -I causes failure
process p1 {
echo -n foobar > ${tmpdir}/_foobar
/bin/echo -n foobar > ${tmpdir}/_foobar
exec varnishd -n ${tmpdir}/v0 -d -a :0 -I ${tmpdir}/_foobar 2>&1
} -expect-exit 2 -start
......@@ -182,7 +182,7 @@ process p1 -screen-dump
process p1 -wait
process p2 {
echo 'foobar << blabla' > ${tmpdir}/_foobar
/bin/echo 'foobar << blabla' > ${tmpdir}/_foobar
exec varnishd -n ${tmpdir}/v0 -d -a :0 -I ${tmpdir}/_foobar 2>&1
} -expect-exit 2 -start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment