From 01165e08e0d131b399fba2190f17af67e66f0888 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Apr 2005 21:39:48 +0000 Subject: Fred New reported a bug where we used Basic auth and user name and password in .netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix. --- tests/data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/Makefile.am') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index ccc7023fe..8a63ce3dd 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -35,7 +35,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test229 test233 test234 test235 test236 test520 test237 test238 \ test239 test243 test245 test246 test247 test248 test249 test250 \ test251 test252 test253 test254 test255 test521 test522 test523 \ - test256 + test256 test257 # The following tests have been removed from the dist since they no longer # work. We need to fix the test suite's FTPS server first, then bring them -- cgit v1.2.3