Skip to content

Commit 334ea60

Browse files
committed
SQUASHME: properly close stdin
Both commands work, but the proper one for the job is exec.
1 parent 8bd55f2 commit 334ea60

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-
set <&-
9+
exec <&-
1010
varnishd -d -r vcc_allow_inline_c -n ${tmpdir}/vd
1111
}

0 commit comments

Comments
 (0)