diff --git a/plugins/Unix/test.py b/plugins/Unix/test.py index 67e981d75..9ca7df64e 100644 --- a/plugins/Unix/test.py +++ b/plugins/Unix/test.py @@ -156,8 +156,8 @@ if os.name == 'posix': self.assertError('unix ping6 --W a --c 1 ::1') def testCall(self): - self.assertNotError('unix call /bin/ls .') - self.assertRegexp('unix call /bin/ls .', 'src,') + self.assertNotError('unix call /bin/ls /') + self.assertRegexp('unix call /bin/ls /', 'boot, .*dev, ') self.assertError('unix call /usr/bin/nosuchcommandaoeuaoeu') def testUptime(self):