summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/wic.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index c160f5f62d..df5e060fb0 100644
--- a/meta/lib/oeqa/selftest/wic.py
+++ b/meta/lib/oeqa/selftest/wic.py
@@ -729,8 +729,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r
729 'part emptyvfat --fstype vfat --size 1M\n', 729 'part emptyvfat --fstype vfat --size 1M\n',
730 'part emptymsdos --fstype msdos --size 1M\n', 730 'part emptymsdos --fstype msdos --size 1M\n',
731 'part emptyext2 --fstype ext2 --size 1M\n', 731 'part emptyext2 --fstype ext2 --size 1M\n',
732 'part emptybtrfs --fstype btrfs --size 100M\n', 732 'part emptybtrfs --fstype btrfs --size 100M\n'])
733 'part emptysquash --fstype squashfs --size 1M\n'])
734 wks.flush() 733 wks.flush()
735 cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir) 734 cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir)
736 self.assertEqual(0, runCmd(cmd).status) 735 self.assertEqual(0, runCmd(cmd).status)