[4.1] 2bc20ee Repair test case m00026.vtc

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Thu Mar 30 19:01:06 CEST 2017


commit 2bc20ee0d10b96760011d63b46c5de268225c145
Author: Pål Hermunn Johansen <hermunn at varnish-software.com>
Date:   Thu Mar 30 18:59:14 2017 +0200

    Repair test case m00026.vtc
    
    Bad cherry-pick again from me. Fixing the test case that needs to be
    4.1 compatible.

diff --git a/bin/varnishtest/tests/m00026.vtc b/bin/varnishtest/tests/m00026.vtc
index 17ca1ed..31e38fa 100644
--- a/bin/varnishtest/tests/m00026.vtc
+++ b/bin/varnishtest/tests/m00026.vtc
@@ -1,7 +1,7 @@
 varnishtest "Test std.getenv"
 
 varnish v1 -vcl {
-	import std;
+	import ${vmod_std};
 
 	backend dummy { .host = "${bad_ip}"; .port = "9080"; }
 



More information about the varnish-commit mailing list