[master] 5930380 Have the test case fail instead of time out.

Lasse Karstensen lkarsten at varnish-software.com
Tue Mar 17 13:05:54 CET 2015


commit 5930380eb2c992e6038c684f3940bf124f505ced
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Mar 17 13:04:49 2015 +0100

    Have the test case fail instead of time out.

diff --git a/bin/varnishtest/tests/c00016.vtc b/bin/varnishtest/tests/c00016.vtc
index 3e0b2be..0d285d9 100644
--- a/bin/varnishtest/tests/c00016.vtc
+++ b/bin/varnishtest/tests/c00016.vtc
@@ -25,7 +25,7 @@ client c1 {
 } -run
 
 client c1 {
-	txreq -hdr "foo: 1" -hdr "Age: 200" -hdr "Connection: Age"
+	txreq -url "/bar" -hdr "foo: 1" -hdr "Age: 200" -hdr "Connection: Age"
 	rxresp
 	expect resp.status == 400
 } -run



More information about the varnish-commit mailing list