From de2b31aa5adc60ec2aeb59e345310ab470d6e08a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 20 Mar 2017 23:37:57 +0100 Subject: runtests.pl: fixed display of the Gopher IPv6 port number --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index 0da5b8e77..90a29573a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2684,7 +2684,7 @@ sub checksystem { } logmsg sprintf("\n* GOPHER/%d ", $GOPHERPORT); if($gopher_ipv6) { - logmsg sprintf("GOPHER-IPv6/%d", $GOPHERPORT); + logmsg sprintf("GOPHER-IPv6/%d", $GOPHER6PORT); } logmsg sprintf("\n* SSH/%d ", $SSHPORT); logmsg sprintf("SOCKS/%d ", $SOCKSPORT); -- cgit v1.2.3