Skip to content

Commit 9d7f625

Browse files
committed
VCL temperature does not matter for tell
1 parent f00e39e commit 9d7f625

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vmod/tests/debug_c00001.vtc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ varnish v1 -clierr "104" "tell obj0"
2424
varnish v1 -cliexpect "obj0: a b c" "tell obj0 a b c"
2525
varnish v1 -cliexpect "obj0: a b c" "tell vcl1.obj0 a b c"
2626
varnish v1 -cliexpect "obj1: a b c" "tell obj1 a b c"
27+
28+
varnish v1 -vcl { backend proforma none; }
29+
30+
varnish v1 -cliok "vcl.use vcl2"
31+
varnish v1 -cliok "vcl.state vcl1 cold"
32+
varnish v1 -cliexpect "obj0: a b c" "tell vcl1.obj0 a b c"

0 commit comments

Comments
 (0)