mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Unix: fix test for the ping command, call unix ping instead of the default misc ping.
This commit is contained in:
parent
a8e91a58a0
commit
e178d04522
@ -66,7 +66,8 @@ if os.name == 'posix':
|
||||
|
||||
if utils.findBinaryInPath('ping') is not None:
|
||||
def testPing(self):
|
||||
self.assertNotError('ping')
|
||||
self.assertNotError('unix ping localhost')
|
||||
self.assertError('unix ping')
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user