diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-20 00:04:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-25 09:57:19 +0200 |
commit | 8acfb932ef9be1209491bc68d38445c4d6eaab6e (patch) | |
tree | 0eea908b1189c0dc60b699f623fb24fd59a25fd8 /tests/data/Makefile.inc | |
parent | d5ed571948a088468a2f4b9b457677e99fb80510 (diff) | |
download | curl-8acfb932ef9be1209491bc68d38445c4d6eaab6e.tar.gz |
tests: verify newline in username and password for HTTP
test 1296 is a simply command line test
test 1910 is a libcurl test including a redirect
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r-- | tests/data/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index ecb5091ba..a2b443290 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -156,6 +156,7 @@ test1268 test1269 test1270 test1271 \ \ test1280 test1281 test1282 test1283 test1284 test1285 test1286 test1287 \ test1288 test1289 test1290 test1291 test1292 test1293 test1294 test1295 \ +test1296 \ \ test1298 test1299 test1300 test1301 test1302 test1303 test1304 test1305 \ test1306 test1307 test1308 test1309 test1310 test1311 test1312 test1313 \ @@ -207,7 +208,7 @@ test1700 test1701 test1702 \ test1800 test1801 \ \ test1900 test1901 test1902 test1903 test1904 test1905 test1906 test1907 \ -test1908 test1909 \ +test1908 test1909 test1910 \ \ test2000 test2001 test2002 test2003 test2004 test2005 test2006 test2007 \ test2008 test2009 test2010 test2011 test2012 test2013 test2014 test2015 \ |