Commit c64ef384 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to work around "echo -n" being broken on Solaris

parent d7cb26c5
......@@ -172,9 +172,9 @@ shell -err -expect {Cannot read -f file} {
# Test that incomplete CLI commands in -I causes failure
filewrite ${tmpdir}/_foobar foobar
process p1 {
/bin/echo -n foobar > ${tmpdir}/_foobar
ls -l ${tmpdir}/_foobar
exec varnishd -n ${tmpdir}/v0 -d -a :0 -I ${tmpdir}/_foobar 2>&1
} -expect-exit 2 -dump -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