]> wimlib.net Git - wimlib/commit - tests/test-imagex-ntfs
test-imagex-ntfs: Use lazy unmount
authorEric Biggers <ebiggers3@gmail.com>
Mon, 5 Nov 2012 20:58:38 +0000 (14:58 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 5 Nov 2012 20:58:38 +0000 (14:58 -0600)
commit8c77eaafc1aa3874b641470e8e9ecf50a5b50a55
treef1d59290810a2a317f997d8c26b4b3aa1a6f3a71
parent6bfd39a86273062b28536d4aec66893bc2fecdc0
test-imagex-ntfs:  Use lazy unmount

Apparently, it's possible for 'fusermount -u' to return before a NTFS-3g-based
filesystem has actually unmounted, therefore causing a subsequent mount to the
same location to fail if it happens quickly enough.  Using a lazy unmount should
fix this I think...
tests/test-imagex-ntfs