From: Dan Fandrich Date: Wed, 30 Nov 2016 21:38:45 +0000 (+0100) Subject: runtests: made Servers: output be more consistent by removing OFF X-Git-Tag: curl-7_52_0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42253ad943d21310e75829c8e7998b9d57115c06;p=thirdparty%2Fcurl.git runtests: made Servers: output be more consistent by removing OFF --- diff --git a/tests/runtests.pl b/tests/runtests.pl index b8497f9c20..cd6840c527 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2653,7 +2653,7 @@ sub checksystem { logmsg sprintf("* Servers: %s", $stunnel?"SSL ":""); logmsg sprintf("%s", $http_ipv6?"HTTP-IPv6 ":""); logmsg sprintf("%s", $http_unix?"HTTP-unix ":""); - logmsg sprintf("%s\n", $ftp_ipv6?"FTP-IPv6 ":"OFF"); + logmsg sprintf("%s\n", $ftp_ipv6?"FTP-IPv6 ":""); logmsg sprintf("* Env: %s%s", $valgrind?"Valgrind ":"", $run_event_based?"event-based ":"");