[master] 5a20429 Remove dead code and extra newlines

Federico G. Schwindt fgsch at lodoss.net
Wed Oct 22 03:02:42 CEST 2014


commit 5a20429888d685cf5c44e48b4eeb8f0702fd9d57
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Oct 21 23:10:39 2014 +0100

    Remove dead code and extra newlines

diff --git a/bin/varnishtest/tests/d00000.vtc b/bin/varnishtest/tests/d00000.vtc
index 780e17c..a88634f 100644
--- a/bin/varnishtest/tests/d00000.vtc
+++ b/bin/varnishtest/tests/d00000.vtc
@@ -10,7 +10,6 @@ server s2 {
 	txresp -body "22"
 } -start
 
-
 server s3 {
 	rxreq
 	txresp -body "333"
@@ -35,10 +34,6 @@ varnish v1 -vcl+backend {
 	sub vcl_backend_fetch {
 		set bereq.backend = rr.backend();
 	}
-
-	sub vcl_backend_response {
-		set beresp.http.where = bereq.backend + "-->" + beresp.backend;
-	}
 } -start
 
 client c1 {
diff --git a/bin/varnishtest/tests/d00001.vtc b/bin/varnishtest/tests/d00001.vtc
index 233be8e..c373b4d 100644
--- a/bin/varnishtest/tests/d00001.vtc
+++ b/bin/varnishtest/tests/d00001.vtc
@@ -32,7 +32,6 @@ varnish v1 -vcl+backend {
 	sub vcl_backend_fetch {
 		set bereq.backend = fb1.backend();
 	}
-
 } -start
 
 varnish v1 -cliok "backend.set_health s1 sick"
diff --git a/bin/varnishtest/tests/d00003.vtc b/bin/varnishtest/tests/d00003.vtc
index b81e482..0c95d61 100644
--- a/bin/varnishtest/tests/d00003.vtc
+++ b/bin/varnishtest/tests/d00003.vtc
@@ -42,14 +42,8 @@ varnish v1 -vcl+backend {
 			set bereq.backend = h1.backend(bereq.url);
 		}
 	}
-
-	sub vcl_backend_response {
-		set beresp.http.where = bereq.backend + "-->" + beresp.backend;
-	}
-
 } -start
 
-
 client c1 {
 	txreq -url /1
 	rxresp



More information about the varnish-commit mailing list