summaryrefslogtreecommitdiff
path: root/lib/custodian/protocol-tests/ftp.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 08:25:06 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 08:25:06 +0000
commitfc9d38f1412729d7e900f8771cca1c6d1fc1abfb (patch)
tree5840dc27b1959d0a3e7180a054e8a8838c950baf /lib/custodian/protocol-tests/ftp.rb
parentf3b0bca5c95f217c0b9dd2ffc621d2316d34abb4 (diff)
Ensure we reset the error before re-testing a failure case.
Diffstat (limited to 'lib/custodian/protocol-tests/ftp.rb')
-rwxr-xr-xlib/custodian/protocol-tests/ftp.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/custodian/protocol-tests/ftp.rb b/lib/custodian/protocol-tests/ftp.rb
index 686d53d..c528c84 100755
--- a/lib/custodian/protocol-tests/ftp.rb
+++ b/lib/custodian/protocol-tests/ftp.rb
@@ -30,7 +30,6 @@ class FTPTest
@test_data = data
@error = nil
-
#
# Ensure we have a host to probe
#
@@ -62,6 +61,11 @@ class FTPTest
def run_test
#
+ # Reset state from previous test.
+ #
+ @error = nil
+
+ #
# Get the hostname & port to test against.
#
host = @test_data["target_host"]