X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-imagex-ntfs;fp=tests%2Ftest-imagex-ntfs;h=5e9a2a3f365ccec392cee1cef9fc3b4d119082eb;hb=8c77eaafc1aa3874b641470e8e9ecf50a5b50a55;hp=73cda082a3296ed5d993524e23dce7044533248d;hpb=6bfd39a86273062b28536d4aec66893bc2fecdc0;p=wimlib diff --git a/tests/test-imagex-ntfs b/tests/test-imagex-ntfs index 73cda082..5e9a2a3f 100755 --- a/tests/test-imagex-ntfs +++ b/tests/test-imagex-ntfs @@ -17,7 +17,7 @@ imagex() { } __do_unmount() { - if ! fusermount -u $1; then + if ! fusermount -z -u $1; then error "Failed to unmount \"$1\"" fi