aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-09-18 17:41:04 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-09-18 17:41:04 +0000
commit4f067b1d1c982c09c0b4a560e890f369d463cc76 (patch)
tree8ea1a78c416b5f28e6bb1fb8c9a96147fa3497da /tests
parentae60745e3e9ff14ef9b7cc074e59b80a313a17a0 (diff)
IPv6 is a required feature for these two tests, even if it's not obvious.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test1164
-rw-r--r--tests/data/test2124
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/test116 b/tests/data/test116
index b396c96b2..bf04492f1 100644
--- a/tests/data/test116
+++ b/tests/data/test116
@@ -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>
diff --git a/tests/data/test212 b/tests/data/test212
index ebda9f106..8a10abfba 100644
--- a/tests/data/test212
+++ b/tests/data/test212
@@ -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>