tests: fixup Passiv to Passiv in FTP server response. Is this OK?

This commit is contained in:
Viktor Szakats 2025-07-12 17:21:58 +02:00
parent 80973d9301
commit 5e32139f08
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 4 additions and 5 deletions

View file

@ -12,7 +12,6 @@ inout
nome
numer
PASE
Passiv
perfec
proxys
seh

View file

@ -8,7 +8,7 @@ extend-ignore-identifiers-re = [
"(ben|CNA|ECT|EDE|Jod|kno|MEK|Ned|noo|nto|ser|Typ|URE)",
"(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PASE)",
"(HEADE|numer|optin|stati)",
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT)",
"(Januar|passin|perfec|PUNICODE|TEMPLAT)",
]
extend-ignore-re = [

View file

@ -10,7 +10,7 @@ connect to non-listen
<reply>
<servercmd>
# Assuming there's nothing listening on port 1
REPLY EPSV 229 Entering Passiv Mode (|||1|)
REPLY EPSV 229 Entering Passive Mode (|||1|)
</servercmd>
<data>
here are some bytes

View file

@ -8,7 +8,7 @@ FTP
# Server-side
<reply>
<servercmd>
REPLY PASV 227 Entering Passiv Mode (1216,256,2,127,127,127)
REPLY PASV 227 Entering Passive Mode (1216,256,2,127,127,127)
</servercmd>
</reply>

View file

@ -8,7 +8,7 @@ FTP
# Server-side
<reply>
<servercmd>
REPLY EPSV 229 Entering Passiv Mode (|||1000000|)
REPLY EPSV 229 Entering Passive Mode (|||1000000|)
</servercmd>
</reply>