]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-ntfs
Test suite without coreutils
[wimlib] / tests / test-imagex-ntfs
index c046c2de7fa39dbe326bb72b8578ed2d98ea0920..45404d17a15a0dfdd50f1adabe91e00811465009 100755 (executable)
@@ -10,8 +10,7 @@
 
 set -e
 cd tests
-srcdir="${srcdir:-.}/.."
-srcdir="$(cd $srcdir; pwd)"
+. tests-common.sh
 
 imagex() {
        ../imagex $@ > /dev/null
@@ -23,6 +22,7 @@ __do_unmount() {
        fi
 
 }
+
 do_unmount() {
        if mountpoint $1 &> /dev/null; then
                __do_unmount $1