X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-imagex-ntfs;h=ebdb861b677dcff8150ea61fdd6fe051fe5f194e;hb=2fdc3bd720f5bc49680dc2284ea42a537d1acc07;hp=306334946bb4e406df4fdf6927ffb713e30ff5c5;hpb=5d3d469e410dc5f4a28814ad231336fc174cba56;p=wimlib diff --git a/tests/test-imagex-ntfs b/tests/test-imagex-ntfs index 30633494..ebdb861b 100755 --- a/tests/test-imagex-ntfs +++ b/tests/test-imagex-ntfs @@ -43,12 +43,12 @@ __do_mount() { if ! ntfs-3g -o "no_def_opts,silent" $1 $2; then if [ $UID -ne 0 ] && [ "$3" = "nofail" ]; then echo "WARNING: skipping NTFS tests because we aren't able to " - echo "mount a NTFS volume (perhaps ntfs-3g is not installed setuid root?)" + echo "mount an NTFS volume (perhaps ntfs-3g is not installed setuid root?)" skip_test else error "Could not mount NTFS volume \"$1\" on \"$2\"! Make sure ntfs-3g is "\ "installed, and that you are either running the tests as root or have ntfs-3g "\ - "installed setuid root, so that we can mount a NTFS volume." + "installed setuid root, so that we can mount an NTFS volume." fi fi } @@ -101,7 +101,7 @@ do_test() { echo "Dumping tree of applied image" tree out.mnt --inodes -F -s --noreport error 'Information was lost or corrupted while capturing - and then applying a NTFS volume' + and then applying an NTFS volume' fi fi rm -rf out.mnt/* in.mnt/*