[master] c4481ca5a Forgot about jails and IP#s

Poul-Henning Kamp phk at FreeBSD.org
Mon Nov 5 11:45:13 UTC 2018


commit c4481ca5aa4b54a113facb2b09a40ece4de963f5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Nov 5 11:44:23 2018 +0000

    Forgot about jails and IP#s

diff --git a/bin/varnishtest/tests/u00003.vtc b/bin/varnishtest/tests/u00003.vtc
index 9dd5585cb..bc86232bb 100644
--- a/bin/varnishtest/tests/u00003.vtc
+++ b/bin/varnishtest/tests/u00003.vtc
@@ -150,7 +150,7 @@ req (\d+) rxreq \5 - - -$} \
 %{VSL:Timestamp:Resp[2]}x %{VSL:Timestamp:foo}x"}
 
 process p1 -stop -screen-dump
-process p1 -expect-text 1 0 {"GET http://127.0.0.1/1?foo=bar HTTP/1.1" 200 100 "-" "-"}
+process p1 -expect-text 1 0 {/1?foo=bar HTTP/1.1" 200 100 "-" "-"}
 process p1 -expect-text 1 0 { - user [}
-process p1 -expect-text 2 0 {"GET http://127.0.0.1/1?foo=bar HTTP/1.1" 404 248 "-" "-"}
-process p1 -expect-text 3 0 {"GET http://127.0.0.1/2 HTTP/1.1" - - "-" "-"}
+process p1 -expect-text 2 0 {/1?foo=bar HTTP/1.1" 404 248 "-" "-"}
+process p1 -expect-text 3 0 {/2 HTTP/1.1" - - "-" "-"}


More information about the varnish-commit mailing list