[master] 9e155bbab Fix test case: 'SMA'->'SM?'
    Dag Haavi Finstad 
    daghf at varnish-software.com
       
    Mon Nov 19 12:15:12 UTC 2018
    
    
  
commit 9e155bbab0949fb6d4c3cc023c75de5bf5ddb1fb
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Mon Nov 19 13:14:27 2018 +0100
    Fix test case: 'SMA'->'SM?'
diff --git a/bin/varnishtest/tests/r02831.vtc b/bin/varnishtest/tests/r02831.vtc
index 0a7e85239..6f5e87ac5 100644
--- a/bin/varnishtest/tests/r02831.vtc
+++ b/bin/varnishtest/tests/r02831.vtc
@@ -47,7 +47,7 @@ client c1 {
 	delay 1
 } -run
 
-varnish v1 -expect SMA.Transient.c_fail == 1
+varnish v1 -expect SM?.Transient.c_fail == 1
 
 client c1 {
 	# Check that Varnish is still alive
    
    
More information about the varnish-commit
mailing list