diff --git a/test/wait-for-it.py b/test/wait-for-it.py index f4a6194..fd07f9b 100644 --- a/test/wait-for-it.py +++ b/test/wait-for-it.py @@ -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()