X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tests%2Ftest-imagex;h=faae7d4b40fd890d889ceb01b1bdff66d9d0f318;hb=ed828dc4cbf4eabc9f8b32cb4c6a86a04e087f7a;hp=f1f2154ad70ed2d81a584d69820271b6fac3839b;hpb=c155e206bf806dd639b57922c3eef0b428c985df;p=wimlib diff --git a/tests/test-imagex b/tests/test-imagex index f1f2154a..faae7d4b 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -19,6 +19,8 @@ cleanup() { rm -rf dir* tmp* *.wim *.swm } trap cleanup exit +fusermount -u tmp || true +rm -rf tmp || true # Make test directory mkdir dir