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