From 063083a203bc2dc2f3cf208436db88170c5cfddc Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Tue, 20 Apr 2010 15:19:36 +0000 Subject: [PATCH] Add device creation to basic nightly test. Ensure we can create devices for use in tests before running the real tests. This may in various cases, and may involve machine configuration rather than a failure in some specific test. For example, if a test is run with LVM_TEST_DIR=/tmp, selinux is enabled, and the default security context is set to "<>" for /tmp, all the tests will fail, unable to create devices, since dmsetup will fail, a result of machpathcon() returning an error code. Signed-off-by: Dave Wysochanski --- test/t-000-basic.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/t-000-basic.sh b/test/t-000-basic.sh index 195749e63..c70a7f8bc 100755 --- a/test/t-000-basic.sh +++ b/test/t-000-basic.sh @@ -24,3 +24,7 @@ mknod $DM_DEV_DIR/null c 1 3 || error "Can't create nodes on filesystem" echo >$DM_DEV_DIR/null || error "Filesystem for tests does not allow using device nodes (check nodev)" + +# ensure we can create devices (uses dmsetup, etc) +aux prepare_devs 5 + -- 2.43.5