X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tests%2Ftest-imagex-mount;h=d7c75e1670d8edba38b8afb2367531f49c5eee1f;hb=5583aa693640a088ca961347104bc830436b2184;hp=088e08b544bff64285a45d09cce418403f691738;hpb=4016a9dba036f4d2eca0253c99370e6647a9ccb6;p=wimlib diff --git a/tests/test-imagex-mount b/tests/test-imagex-mount index 088e08b5..d7c75e16 100755 --- a/tests/test-imagex-mount +++ b/tests/test-imagex-mount @@ -36,7 +36,7 @@ init() { echo 'testing' > dir2/file dd if=/dev/zero of=dir2/zeroes bs=4096 count=5 mkdir tmp.empty tmp.mnt tmp.apply tmp.orig - imagex capture tmp.empty empty.wim + imagex capture tmp.empty empty.wim --norpfix } cleanup @@ -54,8 +54,8 @@ for flag in "--compress=none" "--compress=maximum" "--compress=fast"; do fi mkdir tmp if ! imagex mount dir.wim dir tmp; then - error "Failed to mount test WIM read-only" \ - "Please read any error messages above before reporting this test failure."\ + error "Failed to mount test WIM read-only. " \ + "Please read any error messages above before reporting this test failure. "\ "Perhaps you don't have FUSE installed, or the FUSE kernel module isn't" \ "loaded, or you aren't a member of the FUSE group?" fi