[master] 75f8e5e And fix previous commit

Federico G. Schwindt fgsch at lodoss.net
Tue Jun 14 19:22:09 CEST 2016


commit 75f8e5ecc2ea639d1cb6e7eaa1d80fd67459b7e3
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jun 14 18:17:14 2016 +0100

    And fix previous commit
    
    I could have sworn I ran make check before pushing it.

diff --git a/bin/varnishtest/tests/v00021.vtc b/bin/varnishtest/tests/v00021.vtc
index 301384b..86ce100 100644
--- a/bin/varnishtest/tests/v00021.vtc
+++ b/bin/varnishtest/tests/v00021.vtc
@@ -65,15 +65,3 @@ varnish v1 -errvcl {Invalid return "deliver"} {
 		return (deliver);
 	}
 }
-
-varnish v1 -errvcl {directors are now in directors VMOD} {
-	backend b { .host = "127.0.0.1"; }
-
-	director d1 random {
-		.backend b;
-	}
-
-	sub vcl_recv {
-		set req.backend = d1;
-	}
-}



More information about the varnish-commit mailing list