[master] 7d4b4b0 Rename t.vcl to bad.vcl

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Feb 23 17:13:05 CET 2017


commit 7d4b4b064c88fd43b147d1f19654c6fa48bb120e
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Feb 23 16:57:02 2017 +0100

    Rename t.vcl to bad.vcl

diff --git a/bin/varnishtest/tests/a00009.vtc b/bin/varnishtest/tests/a00009.vtc
index fff39dc..db41d5a 100644
--- a/bin/varnishtest/tests/a00009.vtc
+++ b/bin/varnishtest/tests/a00009.vtc
@@ -6,12 +6,12 @@ shell "varnishd -x dumprstvsl > ${tmpdir}/_.vsl"
 shell "varnishd -x dumprstcli > ${tmpdir}/_.cli"
 shell "varnishd -x dumpbuiltin > ${tmpdir}/_.builtin"
 shell -err -expect {VCL version declaration missing} {
-	echo 'bad vcl' > ${tmpdir}/t.vcl
-	varnishd -f ${tmpdir}/t.vcl -n ${tmpdir}
+	echo 'bad vcl' > ${tmpdir}/bad.vcl
+	varnishd -f ${tmpdir}/bad.vcl -n ${tmpdir}
 }
 shell -err -expect {VCL version declaration missing} {
-	echo 'bad vcl' > ${tmpdir}/t.vcl
-	varnishd -C -f ${tmpdir}/t.vcl -n ${tmpdir}
+	echo 'bad vcl' > ${tmpdir}/bad.vcl
+	varnishd -C -f ${tmpdir}/bad.vcl -n ${tmpdir}
 }
 shell -err -expect {-spersistent has been deprecated} "varnishd -spersistent -f '' "
 shell -err -expect {Unknown jail method "xyz"} "varnishd -jxyz -f '' "



More information about the varnish-commit mailing list