[master] e89652998 Fix the GCOV workaround in u0.vtc

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jun 3 07:21:07 UTC 2020


commit e896529982027a4325dc3bf19f97c8ebbff4ef53
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jun 3 09:18:13 2020 +0200

    Fix the GCOV workaround in u0.vtc
    
    Refs 9a14e68e91ad

diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index e5797fe8c..570c778d3 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -4,7 +4,7 @@ shell "varnishd -b 127.0.0.1:80 -C 2> ${tmpdir}/_.c"
 
 shell {
 	varnishd -n ${tmpdir}/no_keep -C -b 127.0.0.1:80 2> no_keep.c
-	test -s no_keep.c && ! test -d no_keep || test -f no_keep/vgc.gcda
+	test -s no_keep.c && ! test -d no_keep || test -f no_keep/*/vgc.gcda
 }
 
 shell {


More information about the varnish-commit mailing list