X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tests%2Ftest-imagex-mount;h=d5bfbcadb6912fbff212ec0887b60a3e0e675c9b;hb=bae9a26f52c209a0c8931eefb2e3150e4b6ac749;hp=a75c4cd82dfd78c41c21dfed034a87af896c3a67;hpb=ae4ea9fadca8e98341fedd543417bf6a204b2005;p=wimlib diff --git a/tests/test-imagex-mount b/tests/test-imagex-mount index a75c4cd8..d5bfbcad 100755 --- a/tests/test-imagex-mount +++ b/tests/test-imagex-mount @@ -48,8 +48,8 @@ init() { imagex capture tmp.empty empty.wim --norpfix } -if [ ! -r /dev/fuse ]; then - echo "WARNING: /dev/fuse is not readable." +if [ ! -r /dev/fuse ] || [ ! -w /dev/fuse ]; then + echo "WARNING: /dev/fuse is not readable and writable." echo "Skipping WIM mounting checks" skip_test fi