]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: provide FTP directory contents in the test file
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2024 08:17:08 +0000 (10:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2024 11:04:24 +0000 (13:04 +0200)
commit14f630ecf6e1ec433473c19a91fd1f3e2ed5d85e
tree302c34faca0b22ce8578cf456093eabb079ad69a
parentae0b08ae6e5867ed35c101ed570a176f0a84acda
tests: provide FTP directory contents in the test file

Instead of providing a fixed single synthetic response in the test
server itself. To allow us to better use *different* directory listings
in different test cases. In this change, most listings remain the same
as before.

The wildcard match tests still use synthetic responses but we should fix
that as well.

Updated numerous test cases to use this.

Closes #14295
42 files changed:
tests/data/test100
tests/data/test101
tests/data/test1010
tests/data/test1047
tests/data/test1048
tests/data/test1050
tests/data/test1149
tests/data/test1152
tests/data/test1153
tests/data/test130
tests/data/test131
tests/data/test1316
tests/data/test132
tests/data/test133
tests/data/test134
tests/data/test2039
tests/data/test215
tests/data/test250
tests/data/test251
tests/data/test252
tests/data/test253
tests/data/test254
tests/data/test255
tests/data/test280
tests/data/test294
tests/data/test350
tests/data/test351
tests/data/test352
tests/data/test353
tests/data/test380
tests/data/test381
tests/data/test400
tests/data/test403
tests/data/test406
tests/data/test521
tests/data/test539
tests/data/test574
tests/data/test706
tests/data/test707
tests/ftpserver.pl
tests/libtest/lib539.c
tests/libtest/lib574.c