Skip to content
Snippets Groups Projects
Commit 13745289 authored by Douglas Gibbons's avatar Douglas Gibbons
Browse files

Modified error output for 'ls' command to cope with different test environments

parent 4fd1b45c
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ class TestWaitForIt(unittest.TestCase):
self.check_args(
"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
)
soc.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment