X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex-ntfs;h=cf8b6d1b4361c46a53025b2f7a29e030c2c236e8;hp=3b4d5a1454695123ffee4b72ff61b0011c99a47e;hb=31f38a9a7a9ed5dc2c32bbb5fecd4050809a561c;hpb=a05f5ab4d86d5c66896525186fd7482921d5ea9e diff --git a/tests/test-imagex-ntfs b/tests/test-imagex-ntfs index 3b4d5a14..cf8b6d1b 100755 --- a/tests/test-imagex-ntfs +++ b/tests/test-imagex-ntfs @@ -9,6 +9,7 @@ # remain mounted. set -e +srcdir=${srcdir:-.} srcdir=`realpath $srcdir` cd tests @@ -88,7 +89,7 @@ do_test() { if [ -x /usr/bin/tree ]; then tree in.mnt --inodes -F -s --noreport fi - if ! ./ntfs-cmp in.mnt out.mnt; then + if ! ./tree-cmp in.mnt out.mnt NTFS; then if [ -x /usr/bin/tree ]; then echo "Dumping tree of applied image" tree out.mnt --inodes -F -s --noreport @@ -100,7 +101,9 @@ do_test() { __do_unmount out.mnt } msg() { - echo "Testing image capture and application of $1" + echo "--------------------------------------------------------------------" + echo "Testing image capture and application of NTFS volume containing $1" + echo "--------------------------------------------------------------------" } cleanup