]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-mount
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / tests / test-imagex-mount
index 8a07325ab0cc746387b360f2aeba88409a61d3fe..83c31c9fd0d63693caf91eb08d6f6fadd43b9cd6 100755 (executable)
@@ -26,7 +26,7 @@ imagex_unmount() {
 }
 
 cleanup() {
-       fusermount -u $TEST_SUBDIR/tmp.mnt &> /dev/null || true
+       fusermount3 -u $TEST_SUBDIR/tmp.mnt &> /dev/null || true
        rm -rf $TEST_SUBDIR
 }
 
@@ -128,7 +128,7 @@ if ! wimmountrw dir.wim dir tmp.mnt; then
        error "Failed to re-mount test WIM read-write"
 fi
 if ! imagex_unmount tmp.mnt --commit --check; then
-       error "Failed to unmount read-write mounted WIM with changes commited (no changes made)"
+       error "Failed to unmount read-write mounted WIM with changes committed (no changes made)"
 fi
 echo "Testing removing file from mounted WIM"
 if ! wimmountrw dir.wim dir tmp.mnt; then