[master] 0df5104 whitespace & test-title

Poul-Henning Kamp phk at FreeBSD.org
Wed May 4 15:04:06 CEST 2016


commit 0df51043b36e17a1bf67595fc53fac95384fcb67
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed May 4 13:02:45 2016 +0000

    whitespace & test-title

diff --git a/bin/varnishtest/tests/r01890.vtc b/bin/varnishtest/tests/r01890.vtc
index 6403c13..4ab6905 100644
--- a/bin/varnishtest/tests/r01890.vtc
+++ b/bin/varnishtest/tests/r01890.vtc
@@ -1,16 +1,18 @@
+varnishtest "Test return(synth) from vcl_pipe"
+
 server s1 {
-        rxreq
-        txresp
+	rxreq
+	txresp
 } -start
 
 varnish v1 -vcl+backend {
-        sub vcl_pipe {
-                return (synth(401));
-        }
+	sub vcl_pipe {
+		return (synth(401));
+	}
 } -start
 
 client c1 {
-        txreq -req PROPFIND
-        rxresp
-        expect resp.status == 401
+	txreq -req PROPFIND
+	rxresp
+	expect resp.status == 401
 } -run



More information about the varnish-commit mailing list