summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-25 15:19:58 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-25 15:21:32 +0100
commit8fc2127975de2f364e348c5a558d78e77988953c (patch)
treeb9d00518b0d5d443af9ddb879d43a74b18a28fe2
parentf27770e1412c0dbe652d490791347911aac62b24 (diff)
downloadlibguestfs-8fc2127975de2f364e348c5a558d78e77988953c.tar.gz
libguestfs-8fc2127975de2f364e348c5a558d78e77988953c.tar.xz
libguestfs-8fc2127975de2f364e348c5a558d78e77988953c.zip
sysprep: Don't check for /dev/fuse before running the test.
The program doesn't actually require FUSE when used without any --script options.
-rwxr-xr-xsysprep/test-virt-sysprep.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysprep/test-virt-sysprep.sh b/sysprep/test-virt-sysprep.sh
index 5e541fed..2443ce23 100755
--- a/sysprep/test-virt-sysprep.sh
+++ b/sysprep/test-virt-sysprep.sh
@@ -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.