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

phk at varnish-cache.org phk at varnish-cache.org
Tue Nov 9 10:15:29 CET 2010


Author: phk
Date: 2010-11-09 10:15:28 +0100 (Tue, 09 Nov 2010)
New Revision: 5526

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc
Log:
Use ${topbuilddir} instead of relative path



Modified: trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc	2010-11-09 09:05:27 UTC (rev 5525)
+++ trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc	2010-11-09 09:15:28 UTC (rev 5526)
@@ -2,4 +2,4 @@
 
 test "See that the VCL compiler works"
 
-shell "cd ../varnishd && ./varnishd -b 127.0.0.1:80 -C -n ${tmpdir} > /dev/null"
+shell "cd ${topbuild}/bin/varnishd && ./varnishd -b 127.0.0.1:80 -C -n ${tmpdir} > /dev/null"




More information about the varnish-commit mailing list