summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJames F. Carter <james.carter@bytemark.co.uk>2016-04-21 16:52:15 +0100
committerJames F. Carter <james.carter@bytemark.co.uk>2016-04-21 16:52:15 +0100
commitfd026c723145db12a88c91125efa37a02e211da4 (patch)
treef8b7942b27d917f603cf813dd6cf3c95ace7f2b4 /t
parent0197e6c3e33ae5870436107cdb63fe56f9f45484 (diff)
added tftp protocol test
Diffstat (limited to 't')
-rwxr-xr-xt/test-custodian-testfactory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb
index f864544..fa5129f 100755
--- a/t/test-custodian-testfactory.rb
+++ b/t/test-custodian-testfactory.rb
@@ -266,7 +266,7 @@ class TestTestFactory < Test::Unit::TestCase
#
# NOTE: Skip the DNS and LDAP tests - they are more complex.
#
- next if tst =~ /^(ldap|dns|dnsbl|sslcertificate)$/
+ next if tst =~ /^(ldap|dns|dnsbl|sslcertificate|tftp)$/
# normal
test_one = "http://foo.com/.com must run #{tst} on 1234"