summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-25 17:13:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-25 17:19:17 +0200
commit6eb9abd43cafbde1d4da3035dfd4f47f50c522d0 (patch)
treec7b3b24b156ad34bcb4b932b216f6b957811adc5 /tests/data/Makefile.inc
parent11522d7292496455bc992aa3f8274ced2edab772 (diff)
downloadcurl-bagder/ftp-remote-disk-full.tar.gz
ftp: make a 552 response return CURLE_REMOTE_DISK_FULLbagder/ftp-remote-disk-full
Added test 348 to verify. Added a 'STOR' command to the test FTP server to enable test 348. Documented the command in FILEFORMAT.md Reported-by: Duncan Wilcox Fixes #6016
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r--tests/data/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index b4774a5f7..35932d11b 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -58,7 +58,7 @@ test307 test308 test309 test310 test311 test312 test313 test314 test315 \
test316 test317 test318 test319 test320 test321 test322 test323 test324 \
test325 test326 test327 test328 test329 test330 test331 test332 test333 \
test334 test335 test336 test337 test338 test339 test340 test341 test342 \
-test343 test344 test345 test346 test347 \
+test343 test344 test345 test346 test347 test348 \
test350 test351 test352 test353 test354 test355 test356 test357 test358 \
test359 \
test393 test394 test395 test396 test397 \