summaryrefslogtreecommitdiff
path: root/lib/custodian/protocol-tests/rsync.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
commit65fbf9fcb7c30ee19b69bff8909aee5bdc1bc60a (patch)
tree5840dc27b1959d0a3e7180a054e8a8838c950baf /lib/custodian/protocol-tests/rsync.rb
parente170d7db1dbcea28ef14c341c81bf676839faa51 (diff)
Ensure we reset the error before re-testing a failure case.
Diffstat (limited to 'lib/custodian/protocol-tests/rsync.rb')
-rwxr-xr-xlib/custodian/protocol-tests/rsync.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/custodian/protocol-tests/rsync.rb b/lib/custodian/protocol-tests/rsync.rb
index 53bc32d..d5382bd 100755
--- a/lib/custodian/protocol-tests/rsync.rb
+++ b/lib/custodian/protocol-tests/rsync.rb
@@ -59,7 +59,11 @@ class RSYNCTest
# If the test fails the details should be retrieved from "error()".
#
def run_test
- @error = ""
+
+ #
+ # Reset state from previous test.
+ #
+ @error = nil
#
# Get the hostname & port to test against.