History log of /curl/tests/data/test978 (Results 1 – 4 of 4)
Revision Date Author Comments
# 3fd80c7b 04-Oct-2023 Daniel Stenberg

tests: remove leading spaces from some tags

The threee tags `<name>`, `</name>` and `<command>` were frequently used
with a leading space that this removes. The reason this habbit is so

tests: remove leading spaces from some tags

The threee tags `<name>`, `</name>` and `<command>` were frequently used
with a leading space that this removes. The reason this habbit is so
widespread in testcases is probably that they have been copy and pasted.

Hence, fixing them all now might curb this practice from now on.

Closes #12028

show more ...


# e7a021e1 29-Mar-2023 Dan Fandrich

tests: use %LOGDIR to refer to the log directory

This will allow it be set dynamically.

Ref: #10818


# 5da5684c 23-Feb-2023 Daniel Stenberg

test978: mark file as text mode

Follow-up to 4ea5702980cb

To fix test failures on Windows

Closes #10594


# 4ea57029 20-Feb-2023 Daniel Stenberg

test978: verify that --stderr works for -w's stderr as well