diff options
Diffstat (limited to 'lib/custodian/protocol-tests/ping.rb')
-rwxr-xr-x | lib/custodian/protocol-tests/ping.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/custodian/protocol-tests/ping.rb b/lib/custodian/protocol-tests/ping.rb index 90d6cd7..f99de3b 100755 --- a/lib/custodian/protocol-tests/ping.rb +++ b/lib/custodian/protocol-tests/ping.rb @@ -41,7 +41,11 @@ class PINGTest # If the test fails the details should be retrieved from "error()". # def run_test - @error = "" + + # + # Reset state from previous test. + # + @error = nil # |