mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-10 05:18:36 +03:00
Get rid of the mdadm presence check in t-000-basic: no actual test uses
it. When we need mdadm in the tests, we can easily do 'which mdadm || exit 200' to skip the test.
This commit is contained in:
parent
d0d0c1e5e5
commit
bc6772282f
@ -20,10 +20,6 @@ lvm pvmove --version|sed -n "1s/.*: *\([0-9][^ ]*\) .*/\1/p" > actual
|
||||
# ensure they are the same
|
||||
diff -u actual expected
|
||||
|
||||
# Need mdadm for some pvcreate tests
|
||||
# verify mdadm is installed and in path (needed for pvcreate tests) ... is it?
|
||||
which mdadm
|
||||
|
||||
mknod $G_root_/dev/null c 1 3 ||
|
||||
error "Can't create nodes on filesystem"
|
||||
echo >$G_root_/dev/null ||
|
||||
|
Loading…
Reference in New Issue
Block a user