[4.1] b854e42 '***' is a better resolver-barfer than /// under circumstances not fully understood.

Poul-Henning Kamp phk at FreeBSD.org
Mon Sep 28 13:31:07 CEST 2015


commit b854e4272bfec199130ad05dff223d9decd15528
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 28 07:32:21 2015 +0000

    '***' is a better resolver-barfer than /// under circumstances not fully
    understood.

diff --git a/bin/varnishtest/tests/c00003.vtc b/bin/varnishtest/tests/c00003.vtc
index f2efcce..1013b86 100644
--- a/bin/varnishtest/tests/c00003.vtc
+++ b/bin/varnishtest/tests/c00003.vtc
@@ -5,10 +5,10 @@ varnishtest "Check that we fail to start if any listen address does not work"
 
 # All bad listen addresses
 err_shell "could not be resolved to an IP address" {
-	${varnishd} -F -a "${bad_ip}:0" -b /// -n ${tmpdir} 2>&1
+	${varnishd} -F -a "${bad_ip}:0" -b '***' -n ${tmpdir} 2>&1
 }
 
 # old style address list
 err_shell "Unknown protocol" {
-	${varnishd} -F -a "127.0.0.1:0,${bad_ip}:0" -b /// -n ${tmpdir} 2>&1
+	${varnishd} -F -a "127.0.0.1:0,${bad_ip}:0" -b '***' -n ${tmpdir} 2>&1
 }



More information about the varnish-commit mailing list