tests/md: Remove bogus test skip which tried to appliance hostfiles.

This file no longer exists since supermin >= 5.

Bug identified by Pino Toscano.
This commit is contained in:
Richard W.M. Jones
2014-03-05 16:12:53 +00:00
parent bdcc37b888
commit 5213d7b960

View File

@@ -26,15 +26,6 @@ if [ -n "$SKIP_TEST_INSPECT_FSTAB_MD_SH" ]; then
exit 77
fi
# The first test requires a new Augeas lens for parsing mdadm.conf.
# If this is not present in the appliance or on the host, skip the
# test.
f=$(grep mdadm_conf.aug ../../appliance/supermin.d/hostfiles | head -1)
if [ -z "$f" -o ! -f "$f" ]; then
echo "$0: test skipped because Augeas mdadm.conf lens is not available."
exit 77
fi
guestfish=../../fish/guestfish
rm -f inspect-fstab-md-{1,2}.img inspect-fstab-md.fstab inspect-fstab-md.output