]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex
Run NTFS tests when --without-ntfs-3g
[wimlib] / tests / test-imagex
index 2a4f7ec14f557a370fb5515888dece5eccd9352b..bd107e2158ee0fc51dc4c607505ee7f46df64944 100755 (executable)
@@ -19,7 +19,6 @@ imagex_info() {
 }
 
 cleanup() {
-       fusermount -u tmp &> /dev/null || true
        rm -rf dir* tmp* *.wim *.swm
 }
 cleanup