From 8fc2127975de2f364e348c5a558d78e77988953c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 25 Jun 2012 15:19:58 +0100 Subject: sysprep: Don't check for /dev/fuse before running the test. The program doesn't actually require FUSE when used without any --script options. --- sysprep/test-virt-sysprep.sh | 5 ----- 1 file changed, 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. -- cgit