X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex;h=2601d876d49cb01efbbf760e74088074c5fd1f41;hp=fcbf5406fb2b4a2cc4eb5fcb3726d033db5da233;hb=051a59e4c6d114fc7abfa14ff78436adab5defb9;hpb=b2897d543df1dfbadcbf50d5c013c24866151de7 diff --git a/tests/test-imagex b/tests/test-imagex index fcbf5406..2601d876 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -19,7 +19,8 @@ imagex_info() { } cleanup() { - rm -rf dir* tmp* *.wim *.swm + fusermount -u tmp &> /dev/null || true + rm -rf dir* tmp* *.wim *.swm &> /dev/null || true } cleanup