[master] f57bc38 No inline-C required for these tests any more

Nils Goroll nils.goroll at uplex.de
Fri Sep 19 12:41:44 CEST 2014


commit f57bc389fa4a4391f8017be300123b6d18631e81
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Sep 19 12:39:53 2014 +0200

    No inline-C required for these tests any more
    
    Thanks to fgs for noticing.

diff --git a/bin/varnishtest/tests/c00055.vtc b/bin/varnishtest/tests/c00055.vtc
index ef568ea..ebac77e 100644
--- a/bin/varnishtest/tests/c00055.vtc
+++ b/bin/varnishtest/tests/c00055.vtc
@@ -10,7 +10,7 @@ server s1 {
 	txresp -status 200 -hdr "Foo: Foo" -body "56"
 } -start
 
-varnish v1 -cliok "param.set vcc_allow_inline_c true" -vcl+backend {
+varnish v1 -vcl+backend {
 	import ${vmod_std};
 
 	sub vcl_recv {
diff --git a/bin/varnishtest/tests/c00067.vtc b/bin/varnishtest/tests/c00067.vtc
index 3c77433..427042b 100644
--- a/bin/varnishtest/tests/c00067.vtc
+++ b/bin/varnishtest/tests/c00067.vtc
@@ -30,7 +30,7 @@ client c1 {
 
 delay .2
 
-varnish v1 -cliok "param.set vcc_allow_inline_c true" -vcl+backend {
+varnish v1 -vcl+backend {
 	import ${vmod_std};
 
 	sub vcl_recv {



More information about the varnish-commit mailing list