summaryrefslogtreecommitdiff
path: root/lib/custodian/protocol-tests/ping.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 08:27:59 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 08:27:59 +0000
commitde174ebae39e503a4f22cae0bda20b27596701d4 (patch)
treebea89cf37539f3fc22d6f8659bb2ceb159241991 /lib/custodian/protocol-tests/ping.rb
parent71cf403f61e1bc408583e69ee7059e1a9f4001df (diff)
Be more consistent about failures.
Diffstat (limited to 'lib/custodian/protocol-tests/ping.rb')
-rwxr-xr-xlib/custodian/protocol-tests/ping.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocol-tests/ping.rb b/lib/custodian/protocol-tests/ping.rb
index f99de3b..fd5a4ef 100755
--- a/lib/custodian/protocol-tests/ping.rb
+++ b/lib/custodian/protocol-tests/ping.rb
@@ -73,7 +73,7 @@ class PINGTest
if ( system( "#{binary} #{host}" ) == true )
puts "PING OK" if ( @test_data['verbose'] )
- return true
+ return true
else
@error = "Ping failed. TODO: Mtr"
return false