From c724a2feaef9030718742c02cb7da5a976e6b6e4 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 20 Jun 2019 15:04:21 -0700 Subject: parted: change device manager check in ptest t6001-psep should check for device manager the same way as other ptests for parted -- look for an environment variable. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- meta/recipes-extended/parted/files/dm_check.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-extended/parted/files/dm_check.patch (limited to 'meta/recipes-extended/parted/files') diff --git a/meta/recipes-extended/parted/files/dm_check.patch b/meta/recipes-extended/parted/files/dm_check.patch new file mode 100644 index 0000000000..5f3c4ddae8 --- /dev/null +++ b/meta/recipes-extended/parted/files/dm_check.patch @@ -0,0 +1,22 @@ +parted: change check for device-manager + +Other ptests use this method. + +Upstream-Status: Submitted [bug-parted@gnu.org] + +Signed-off-by: Joe Slater + + +--- a/tests/t6001-psep.sh ++++ b/tests/t6001-psep.sh +@@ -19,7 +19,9 @@ + . "${srcdir=.}/init.sh"; path_prepend_ ../parted + + require_root_ +-(dmsetup --help) > /dev/null 2>&1 || skip_test_ "No dmsetup installed" ++ ++test "x$ENABLE_DEVICE_MAPPER" = xyes \ ++ || skip_ "no device-mapper support" + + # Device maps names - should be random to not conflict with existing ones on + # the system -- cgit 1.2.3-korg