r5197 - trunk/varnish-cache/bin/varnishtest/tests

tfheen at varnish-cache.org tfheen at varnish-cache.org
Mon Sep 13 12:51:45 CEST 2010


Author: tfheen
Date: 2010-09-13 12:51:45 +0200 (Mon, 13 Sep 2010)
New Revision: 5197

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/m00000.vtc
Log:
Fix m00000.vtc to use the right macro

Modified: trunk/varnish-cache/bin/varnishtest/tests/m00000.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/m00000.vtc	2010-09-13 10:34:59 UTC (rev 5196)
+++ trunk/varnish-cache/bin/varnishtest/tests/m00000.vtc	2010-09-13 10:51:45 UTC (rev 5197)
@@ -8,7 +8,7 @@
 } -start
 
 varnish v1 -vcl+backend {
-	import std from "${topsrc}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
+	import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
 
 	sub vcl_deliver {
 		set resp.http.foo = std.toupper(resp.http.foo);




More information about the varnish-commit mailing list