Modified error output for 'ls' command to cope with different test environments
This commit is contained in:
@ -160,7 +160,7 @@ class TestWaitForIt(unittest.TestCase):
|
|||||||
self.check_args(
|
self.check_args(
|
||||||
"localhost:8929 -- ls not_real_file",
|
"localhost:8929 -- ls not_real_file",
|
||||||
"",
|
"",
|
||||||
".*ls: cannot access 'not_real_file': No such file or directory\n",
|
".*No such file or directory\n",
|
||||||
2
|
2
|
||||||
)
|
)
|
||||||
soc.close()
|
soc.close()
|
||||||
|
Reference in New Issue
Block a user