%HTTPPORT supported in subVariables
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 07:14:58 +0000 (07:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 07:14:58 +0000 (07:14 +0000)
tests/runtests.pl

index ffab484..944418d 100755 (executable)
@@ -723,6 +723,7 @@ sub subVariables {
   my ($thing) = @_;
   $$thing =~ s/%HOSTIP/$HOSTIP/g;
   $$thing =~ s/%HOSTPORT/$HOSTPORT/g;
+  $$thing =~ s/%HTTPPORT/$HOSTPORT/g;
   $$thing =~ s/%HTTPSPORT/$HTTPSPORT/g;
   $$thing =~ s/%FTPPORT/$FTPPORT/g;
   $$thing =~ s/%FTPSPORT/$FTPSPORT/g;