Skip to content

Commit

Permalink
tests/md: Remove bogus test skip which tried to appliance hostfiles.
Browse files Browse the repository at this point in the history
This file no longer exists since supermin >= 5.

Bug identified by Pino Toscano.
  • Loading branch information
rwmjones committed Mar 5, 2014
1 parent bdcc37b commit 5213d7b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/md/test-inspect-fstab-md.sh
Expand Up @@ -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
Expand Down

0 comments on commit 5213d7b

Please sign in to comment.