[master] b628c9bb7 Fix c5.vtc for when other warnings exist in the CLI output

Nils Goroll nils.goroll at uplex.de
Tue Nov 25 11:45:05 UTC 2025


commit b628c9bb77a899b38b5d8ea85422246e667b600e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Nov 25 12:41:41 2025 +0100

    Fix c5.vtc for when other warnings exist in the CLI output
    
    as with ASAN and on Solaris-descendents
    
    needs Vtest2 8c1ad41e4c8844d7862d88f973732349ccfac8c0 or later

diff --git a/bin/varnishtest/tests/c00005.vtc b/bin/varnishtest/tests/c00005.vtc
index 51bb31e35..cc995788e 100644
--- a/bin/varnishtest/tests/c00005.vtc
+++ b/bin/varnishtest/tests/c00005.vtc
@@ -377,7 +377,7 @@ client c1 {
 logexpect l1 -wait
 
 # test +fold(-report)
-varnish v1 -cliexpect "^$" {vcl.inline silent << EOF
+varnish v1 -cliexpect ! "fold" {vcl.inline silent << EOF
 	vcl 4.1;
 
 	backend dummy None;



More information about the varnish-commit mailing list