sysprep: Don't check for /dev/fuse before running the test.

The program doesn't actually require FUSE when used without
any --script options.
This commit is contained in:
Richard W.M. Jones
2012-06-25 15:19:58 +01:00
parent f27770e141
commit 8fc2127975

View File

@@ -19,11 +19,6 @@
export LANG=C
set -e
if [ ! -w /dev/fuse ]; then
echo "$0: SKIPPING test, because there is no /dev/fuse."
exit 0
fi
# virt-sysprep with the -n option doesn't modify the guest. It ought
# to be able to sysprep any of our test guests.