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
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
c41d959ee6
tests 1364 to 1393: several -o filename -J -i -D combinations for HTTP and FTP
2012-06-07 17:45:37 +02:00