mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user