]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-mount
dist files and test fixes
[wimlib] / tests / test-imagex-mount
index cd3317afc1ba554527563a1a7a7125439fe7c182..1134abf338ff78641c87232133cadb265fdca16d 100755 (executable)
@@ -34,7 +34,7 @@ cleanup() {
                fusermount -u tmp.mnt > /dev/null;
        fi
        rm -rf dir* tmp* *.wim *.swm empty.wim tmp.orig tmp.mnt \
-                       tmp.apply mount.log
+                       tmp.apply mount.log test.tar wimlib-staging*
 }
 init() {
        mkdir dir
@@ -266,7 +266,7 @@ do_test() {
        rm -rf tmp.orig/* tmp.apply/*
 }
 
-. common_tests.sh
+. $srcdir/tests/common_tests.sh
 
 cleanup