]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex
tree-cmp without xattr
[wimlib] / tests / test-imagex
index 2a4f7ec14f557a370fb5515888dece5eccd9352b..85689e5deb44531c90147b3eb2656672f662dad4 100755 (executable)
@@ -4,9 +4,8 @@
 # tests every aspect of wimlib comprehensively.
 
 set -e
-srcdir=${srcdir:-.}
-srcdir=`realpath $srcdir`
 cd tests
+srcdir=..
 
 imagex() {
        echo "imagex $@"
@@ -19,7 +18,6 @@ imagex_info() {
 }
 
 cleanup() {
-       fusermount -u tmp &> /dev/null || true
        rm -rf dir* tmp* *.wim *.swm
 }
 cleanup