[master] 34765a4 Forgot to commit the changes test-case for #1991

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 2 12:42:05 CET 2017


commit 34765a4c15356f8513c059313002c01c04b316fa
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 2 11:40:17 2017 +0000

    Forgot to commit the changes test-case for #1991

diff --git a/bin/varnishtest/tests/c00003.vtc b/bin/varnishtest/tests/c00003.vtc
index 75db736..bc4596f 100644
--- a/bin/varnishtest/tests/c00003.vtc
+++ b/bin/varnishtest/tests/c00003.vtc
@@ -4,7 +4,7 @@ varnishtest "Check that we fail to start if any listen address does not work"
 # and are on Linux, ensure /proc/net/ipv4/ip_nonlocal_bind is set to 0.
 
 # All bad listen addresses
-err_shell "could not be resolved to an IP address" {
+err_shell "Error: Could not get socket" {
 	varnishd -F -a "${bad_ip}:0" -b '***' -n ${tmpdir} 2>&1
 }
 



More information about the varnish-commit mailing list