[master] a147a9900 Polish

Federico G. Schwindt fgsch at lodoss.net
Thu May 23 09:19:08 UTC 2019


commit a147a9900c1824e0aa437ba80b878a957e7b2036
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu May 23 10:18:18 2019 +0100

    Polish

diff --git a/bin/varnishtest/tests/r02433.vtc b/bin/varnishtest/tests/r02433.vtc
index 81f76cc4c..26cceeb08 100644
--- a/bin/varnishtest/tests/r02433.vtc
+++ b/bin/varnishtest/tests/r02433.vtc
@@ -14,7 +14,7 @@ varnish v1 -vcl+backend { }
 delay 4
 varnish v1 -cliok ping
 
-shell -match "auto +cold" { varnishadm -n ${v1_name} vcl.list | grep vcl1 }
+shell -match "auto +cold +0 +vcl1" { varnishadm -n ${v1_name} vcl.list }
 
 # first we try to label a cold VCL in auto state
 
@@ -28,7 +28,7 @@ shell -err { varnishadm -n ${v1_name} vcl.list | grep label1 }
 # second we try to label VCL in cold state
 varnish v1 -cliok "vcl.state vcl1 cold"
 
-shell -match "cold +cold" { varnishadm -n ${v1_name} vcl.list | grep vcl1 }
+shell -match "cold +cold +0 +vcl1" { varnishadm -n ${v1_name} vcl.list }
 
 varnish v1 -cliexpect "set to auto or warm first" "vcl.label label1 vcl1"
 


More information about the varnish-commit mailing list