From f1cdcc4c3eb5b1e5f66520c5e91ecb95faa85bff Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Aug 2016 11:09:59 +0200 Subject: test219: verify unsupported scheme for proxies get rejected --- tests/data/Makefile.inc | 2 +- tests/data/test219 | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 tests/data/test219 (limited to 'tests/data') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 9c50673ca..27f52a6a9 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -44,7 +44,7 @@ test181 test182 test183 test184 test185 test186 test187 test188 test189 \ test190 test191 test192 test193 test194 test195 test196 test197 test198 \ test199 test200 test201 test202 test203 test204 test205 test206 test207 \ test208 test209 test210 test211 test212 test213 test214 test215 test216 \ -test217 test218 test220 test221 test222 test223 test224 test225 \ +test217 test218 test219 test220 test221 test222 test223 test224 test225 \ test226 test227 test228 test229 test231 test233 test234 \ test235 test236 test237 test238 test239 test240 test241 test242 test243 \ test245 test246 test247 test248 test249 test250 test251 test252 \ diff --git a/tests/data/test219 b/tests/data/test219 new file mode 100644 index 000000000..49c1a380e --- /dev/null +++ b/tests/data/test219 @@ -0,0 +1,34 @@ + + + +proxy + + + +# +# Server-side + + + +# +# Client-side + + +none + + +try using proxy with unsupported scheme + + +-x foo://%HOSTIP:%HTTPPORT/219 http://%HOSTIP:%HTTPPORT/219 + + + +# +# Verify after the test has been "shot" + + +7 + + + -- cgit v1.2.3