mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09: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
390b3ec15f
commit
f69c47b092
@ -67,7 +67,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