[master] bd9269a Make this test jail-compatible

Poul-Henning Kamp phk at FreeBSD.org
Fri Nov 11 09:16:05 CET 2016


commit bd9269aabecee77e39961032f63bb0e639af535a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Nov 11 08:14:53 2016 +0000

    Make this test jail-compatible

diff --git a/bin/varnishtest/tests/v00025.vtc b/bin/varnishtest/tests/v00025.vtc
index 3e1acd3..8e96582 100644
--- a/bin/varnishtest/tests/v00025.vtc
+++ b/bin/varnishtest/tests/v00025.vtc
@@ -85,7 +85,7 @@ client c1 {
 	expect resp.status == 200
 	expect resp.http.bereq_backend == "rr"
 	expect resp.http.beresp_backend == "s1"
-	expect resp.http.be_ip == "127.0.0.1"
+	expect resp.http.be_ip == "${localhost}"
 	expect resp.http.be_nm == "s1"
 	expect resp.http.be == "rr"
 



More information about the varnish-commit mailing list