Daniel Stenberg
cd4aee156f
tests: ignore QUIT from FTP protocol comparisons
...
- QUIT is not an important FTP command
- curl only sends it "best effort", meaning it might not be sent
- it is a known "flaky" thing in test output because of this
Closes #14404
2024-08-07 08:48:56 +02:00
Viktor Szakats
18f1cd7a77
tests: sync feature names with curl -V
...
Some feature names used in tests had minor differences compared to
the well-known ones from `curl -V`. This patch syncs them to make test
results easier to grok.
Closes #14183
2024-07-16 00:44:55 +02:00
Dan Fandrich
e7a021e135
tests: use %LOGDIR to refer to the log directory
...
This will allow it be set dynamically.
Ref: #10818
2023-03-30 09:53:57 -07:00
Daniel Stenberg
e2b4df7b5e
tests: use %TESTNUMBER instead of fixed number
...
This makes the tests easier to copy and relocate to other test numbers
without having to update content.
Closes #6738
2021-03-19 15:57:21 +01:00
Marc Hoersken
efc112079c
test suite: stop conversion of valid output to CRLF on Windows
...
Since the output isn't actually being written in text-mode and it
was rather used as a workaround, disable text-mode for these tests.
2014-02-01 13:49:58 +01:00
Yang Tse
b0dfbf305a
tests: specify 'text' mode for some output files in verify section
2013-03-18 20:45:35 +01:00
Yang Tse
2b56e4c1bb
tests 1334 to 1363 revisited.
...
Add a postcheck section to verify unintended file creation.
Remove needless <file> checks in verify section. Renumbering where appropriate.
2012-06-05 20:20:40 +02:00
Yang Tse
c5b66836a5
tests 1348 to 1363: add a comma in test description
2012-06-05 13:16:35 +02:00
Yang Tse
3bfff57e1f
tests 1348 to 1355: several -O -J -i -D combinations with FTP protocol
...
Currently 1348 to 1354 succeed but a write failure is logged in traceNNNN.
Currently 1355 fails, so disabled for now.
2012-06-04 19:40:04 +02:00