aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/108
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/108')
-rwxr-xr-xtests/qemu-iotests/1085
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qemu-iotests/108 b/tests/qemu-iotests/108
index 9e923d6..54e935a 100755
--- a/tests/qemu-iotests/108
+++ b/tests/qemu-iotests/108
@@ -60,6 +60,11 @@ if sudo -n losetup &>/dev/null; then
else
loopdev=false
+ # Check for usable FUSE in the host environment:
+ if test ! -c "/dev/fuse"; then
+ _notrun 'No passwordless sudo nor usable /dev/fuse'
+ fi
+
# QSD --export fuse will either yield "Parameter 'id' is missing"
# or "Invalid parameter 'fuse'", depending on whether there is
# FUSE support or not.