X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex-mount;h=3c050d7fe0e8fe61eae31dc92df192cef85263ab;hp=8a07325ab0cc746387b360f2aeba88409a61d3fe;hb=HEAD;hpb=dd836fd8710e130711935003e386de6755eb84ba diff --git a/tests/test-imagex-mount b/tests/test-imagex-mount index 8a07325a..83c31c9f 100755 --- a/tests/test-imagex-mount +++ b/tests/test-imagex-mount @@ -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