Commit 9b39448e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try another way to stabilize this test



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5469 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent dc35b798
......@@ -49,6 +49,8 @@ varnish v1 -cliok "vcl.discard vcl1"
varnish v1 -cliok "vcl.list"
varnish v1 -cliok "debug.vmod"
client c1 -run
varnish v1 -badvcl {
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
......@@ -63,7 +65,5 @@ varnish v1 -badvcl {
}
}
delay 2
varnish v1 -cliok "debug.vmod"
varnish v1 -expect vmods == 0
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