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
This commit is contained in:
Daniel Stenberg 2024-08-05 23:54:13 +02:00
parent b3490c5bc4
commit cd4aee156f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
216 changed files with 648 additions and 0 deletions

View file

@ -47,6 +47,9 @@ perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
# Strip all valid kinds of EPRT that curl can send
<strippart>
s/^(EPRT \|2\|::1\|)(.*)/$1/