summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-02 11:50:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-02 11:50:06 +0200
commitb5e6dde6847f1a1003f064a1d54c529c115e7bd2 (patch)
tree8ae0372f78e6a4f4c7c2652418027ede2fe1b4aa
parent66f431f6d06e08cdeb3b712e0fafb6795c760a42 (diff)
downloadcurl-bagder/nolisten.tar.gz
fixup test1249 with the same fix as wellbagder/nolisten
-rw-r--r--tests/data/test12492
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1249 b/tests/data/test1249
index ab5614068..1bc3cfe59 100644
--- a/tests/data/test1249
+++ b/tests/data/test1249
@@ -32,7 +32,7 @@ Access a non-proxied host with using the combination of --proxy option and NO_PR
NO_PROXY=%HOSTIP
</setenv>
<command>
-http://user:secret@%HOSTIP:%HTTPPORT/1249 --proxy http://dummy:%PROXYPORT/ --max-time 5
+http://user:secret@%HOSTIP:%HTTPPORT/1249 --proxy http://dummy:%NOLISTENPORT/ --max-time 5
</command>
</client>