mirror of
https://github.com/curl/curl.git
synced 2026-07-13 03:17:15 +03:00
fixup try ignoring TYPE
This commit is contained in:
parent
168d8ea186
commit
cf776e6fd1
1 changed files with 3 additions and 1 deletions
|
|
@ -32,8 +32,10 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
|
|||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
# Strip off parts of the PORT and EPRT commands that might differ
|
||||
# Strip off parts of the EPRT command that might differ
|
||||
# The TYPE command might get sent so we ignore that
|
||||
<strippart>
|
||||
s/^TYPE (.*)//
|
||||
s/^EPRT \|1\|(.*)/EPRT \|1\|/
|
||||
</strippart>
|
||||
<protocol>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue