diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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); |