aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-14 09:16:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-14 09:16:39 +0000
commit2ed0728cef3e8ab6e448e902cbb8aac621aafc4b (patch)
tree8956da767b8293ef3028adedcea5a23dc1c5bb47 /tests/data/Makefile.am
parenta79b9e9d4aada9fc45f9136ac019eaff64434d9d (diff)
added test 174, HTTP POST --anyauth to server without auth requirements.
An attempt to repeat a reported auth problem. Works for me!
Diffstat (limited to 'tests/data/Makefile.am')
-rw-r--r--tests/data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 686a74879..60948f296 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -24,7 +24,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test150 test151 test152 test153 test154 test155 test156 test157 \
test158 test159 test511 test160 test161 test162 test163 test164 \
test512 test165 test166 test167 test168 test169 test170 test171 \
- test172 test204 test205 test173
+ test172 test204 test205 test173 test174
# 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