mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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:
|
if utils.findBinaryInPath('ping') is not None:
|
||||||
def testPing(self):
|
def testPing(self):
|
||||||
self.assertNotError('ping')
|
self.assertNotError('unix ping localhost')
|
||||||
|
self.assertError('unix ping')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user