[Pkg-libvirt-commits] [libguestfs] 28/34: tests/md: Remove bogus test skip which tried to appliance hostfiles.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Mar 7 10:39:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 5213d7b960d77844673436806e0526acb3e95ffa
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Wed Mar 5 16:12:53 2014 +0000
tests/md: Remove bogus test skip which tried to appliance hostfiles.
This file no longer exists since supermin >= 5.
Bug identified by Pino Toscano.
---
tests/md/test-inspect-fstab-md.sh | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/tests/md/test-inspect-fstab-md.sh b/tests/md/test-inspect-fstab-md.sh
index 2595122..ac2e0a9 100755
--- a/tests/md/test-inspect-fstab-md.sh
+++ b/tests/md/test-inspect-fstab-md.sh
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list