mirror of
https://github.com/curl/curl.git
synced 2026-07-26 21:37:16 +03:00
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:
parent
b3490c5bc4
commit
cd4aee156f
216 changed files with 648 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER %LOGDIR/ip%TESTNUMBER activeftp
|
|||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<strip>
|
||||
QUIT
|
||||
</strip>
|
||||
<strippart>
|
||||
s/^(EPRT \|1\|)(.*)/$1/
|
||||
</strippart>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue