[master] 75cca3cdf Remove varnishd -C coverage

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jan 15 15:57:07 UTC 2020


commit 75cca3cdf39abc15819b0b1eb33fb533d5cc0b20
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jan 15 16:54:18 2020 +0100

    Remove varnishd -C coverage
    
    This check is not deterministic because vmod_std may indeed be found in
    the default vmod_path defined at configure time.

diff --git a/bin/varnishtest/tests/m00003.vtc b/bin/varnishtest/tests/m00003.vtc
index e42af7590..3dd8a12d6 100644
--- a/bin/varnishtest/tests/m00003.vtc
+++ b/bin/varnishtest/tests/m00003.vtc
@@ -13,10 +13,6 @@ shell {
 	         -C -f ${tmpdir}/test.vcl 2>/dev/null
 }
 
-shell -err -expect {Could not find VMOD std} {
-	varnishd -C -f ${tmpdir}/test.vcl 2>&1
-}
-
 varnish v1 -arg "-pvmod_path=${topbuild}/lib/libvmod_std/.libs/" -vcl+backend {
 	import std;
 } -start


More information about the varnish-commit mailing list