Commit 0c8f02f7 authored by Federico G. Schwindt's avatar Federico G. Schwindt

This does not fail in FreeBSD

Comment it out for now and add a note for future reference.
parent 318ad63b
......@@ -41,8 +41,10 @@ shell -err -expect "Can't open format file (No such file or directory)" \
{varnishncsa -f /nonexistent/file}
shell -err -expect "Empty format file" \
{varnishncsa -f /dev/null}
shell -err -expect "Can't read format from file (Is a directory)" \
{varnishncsa -f ${tmpdir}}
# In Linux and SunOS, getline(3) fails when the stream refers to a
# directory but happily works in FreeBSD.
#shell -err -expect "Can't read format from file (Is a directory)" \
# {varnishncsa -f ${tmpdir}}
delay 1
......
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