Skip to content

Commit

Permalink
Fix the GCOV workaround in u0.vtc
Browse files Browse the repository at this point in the history
Refs 9a14e68
  • Loading branch information
dridi committed Jun 3, 2020
1 parent 04c42ac commit e896529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishtest/tests/u00000.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e896529

Please sign in to comment.