]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-mount
Upgrade WIM mounting support from fuse2 to fuse3
[wimlib] / tests / test-imagex-mount
index 3c050d7fe0e8fe61eae31dc92df192cef85263ab..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
 }