Skip to content

Commit 6ac215c

Browse files
committed
SQUASHME: properly close stdin
None of the previous attempts were correct.
1 parent 334ea60 commit 6ac215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/varnishtest/tests/r04323.vtc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ varnish v1 -clierr 107 "param.set vcc_feature all"
66
varnish v1 -clierr 107 "param.set vcc_allow_inline_c on"
77

88
shell -err -expect "Cannot mark alias vcc_allow_inline_c read only" {
9-
exec <&-
9+
exec >&-
1010
varnishd -d -r vcc_allow_inline_c -n ${tmpdir}/vd
1111
}

0 commit comments

Comments
 (0)