summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/cases/wic.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py
index ba4d3be7a8..6793efb62e 100644
--- a/meta/lib/oeqa/selftest/cases/wic.py
+++ b/meta/lib/oeqa/selftest/cases/wic.py
@@ -695,9 +695,7 @@ class Wic2(WicTestCase):
695 695
696 # verify partition size with wic 696 # verify partition size with wic
697 res = runCmd("parted -m %s unit mib p 2>/dev/null" % wicimg, 697 res = runCmd("parted -m %s unit mib p 2>/dev/null" % wicimg,
698 ignore_status=True,
699 native_sysroot=self.native_sysroot) 698 native_sysroot=self.native_sysroot)
700 self.assertEqual(0, res.status)
701 699
702 # parse parted output which looks like this: 700 # parse parted output which looks like this:
703 # BYT;\n 701 # BYT;\n