Commit 4f067b1d authored by Dan Fandrich's avatar Dan Fandrich
Browse files

IPv6 is a required feature for these two tests, even if it's not obvious.

parent ae60745e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ REPLY PORT 314 bluah you f00l!
<server>
ftp
</server>
# EPRT is only sent when IPv6 is enabled
<features>
ipv6
</features>
 <name>
FTP download, failed PORT
 </name>
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@ REPLY EPRT 500 no such command
<server>
ftp
</server>
# EPRT is only sent when IPv6 is enabled
<features>
ipv6
</features>
 <name>
Get two FTP files with no remote EPRT support
 </name>