From 13745289ba677fea19e3e8839356bed94a0988e0 Mon Sep 17 00:00:00 2001 From: Douglas Gibbons Date: Sun, 26 Mar 2017 22:52:51 -0700 Subject: [PATCH] Modified error output for 'ls' command to cope with different test environments --- test/wait-for-it.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()