diff options
-rwxr-xr-x | sysprep/test-virt-sysprep.sh | 5 |
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. |