diff options
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/selftest/wic.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 726af19e9d..cdec80c076 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py | |||
@@ -159,8 +159,7 @@ class Wic(oeSelfTest): | |||
159 | @testcase(1213) | 159 | @testcase(1213) |
160 | def test_unsupported_subcommand(self): | 160 | def test_unsupported_subcommand(self): |
161 | """Test unsupported subcommand""" | 161 | """Test unsupported subcommand""" |
162 | self.assertEqual(1, runCmd('wic unsupported', | 162 | self.assertNotEqual(0, runCmd('wic unsupported', ignore_status=True).status) |
163 | ignore_status=True).status) | ||
164 | 163 | ||
165 | @testcase(1214) | 164 | @testcase(1214) |
166 | def test_no_command(self): | 165 | def test_no_command(self): |