]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-ntfs
test-imagex-ntfs: Use lazy unmount
[wimlib] / tests / test-imagex-ntfs
index 73cda082a3296ed5d993524e23dce7044533248d..5e9a2a3f365ccec392cee1cef9fc3b4d119082eb 100755 (executable)
@@ -17,7 +17,7 @@ imagex() {
 }
 
 __do_unmount() {
 }
 
 __do_unmount() {
-       if !  fusermount -u $1; then
+       if !  fusermount -z -u $1; then
                error "Failed to unmount \"$1\""
        fi
 
                error "Failed to unmount \"$1\""
        fi