summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-03-20 23:37:57 +0100
committerDan Fandrich <dan@coneharvesters.com>2017-03-20 23:37:57 +0100
commitde2b31aa5adc60ec2aeb59e345310ab470d6e08a (patch)
tree5987134f18ac3044ec101d83ee042a7282be1ce0 /tests/runtests.pl
parent1bca868f606ebc7ea3b012add9eaf20bcd9a4316 (diff)
downloadcurl-de2b31aa5adc60ec2aeb59e345310ab470d6e08a.tar.gz
runtests.pl: fixed display of the Gopher IPv6 port number
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
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);