[master] 4f08082 Fix this test-case relative to the fix for #1813
Poul-Henning Kamp
phk at FreeBSD.org
Mon Nov 2 16:25:19 CET 2015
commit 4f0808280fe3fc5086ae90e4e7bafc39bf4758fc
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Nov 2 15:24:38 2015 +0000
Fix this test-case relative to the fix for #1813
diff --git a/bin/varnishtest/tests/c00007.vtc b/bin/varnishtest/tests/c00007.vtc
index 4edff4f..5238226 100644
--- a/bin/varnishtest/tests/c00007.vtc
+++ b/bin/varnishtest/tests/c00007.vtc
@@ -1,5 +1,5 @@
varnishtest "Test banning a hash"
-varnish v1 \
- -arg "-b 127.0.0.1:80 -a 127.0.0.1:0" \
- -start -clierr 101 "ban.hash foo"
+varnish v1 -arg "-b 127.0.0.1:80" -start
+
+varnish v1 -clierr 101 "ban.hash foo"
More information about the varnish-commit
mailing list