From ccde85d1980b3b9162c3b1a6f092d8bfefd03c0e Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 20 Feb 2004 07:14:58 +0000
Subject: [PATCH] %HTTPPORT supported in subVariables

---
 tests/runtests.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index ffab484cb1..944418d2d2 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -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;
-- 
GitLab