X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex;h=85689e5deb44531c90147b3eb2656672f662dad4;hp=2a4f7ec14f557a370fb5515888dece5eccd9352b;hb=302d18acd7ed0423cfd37a9f1a8f5b70a8fe9965;hpb=d0e7f039e4ab206b9fd973c983e3fb841fcd2bf2 diff --git a/tests/test-imagex b/tests/test-imagex index 2a4f7ec1..85689e5d 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -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