]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-ntfs
tests: adjust calling of wimlib-imagex
[wimlib] / tests / test-imagex-ntfs
index ebdb861b677dcff8150ea61fdd6fe051fe5f194e..1f3d1c57c88fb5aefd974fa2aa6ce77c099295df 100755 (executable)
@@ -85,10 +85,10 @@ do_test() {
        eval "$1"
        cd ..
        __do_unmount in.mnt
-       if ! imagex capture in.ntfs ntfs.wim; then
+       if ! wimcapture in.ntfs ntfs.wim; then
                error "Failed to capture NTFS volume into a WIM"
        fi
-       if ! imagex apply ntfs.wim 1 out.ntfs; then
+       if ! wimapply ntfs.wim 1 out.ntfs; then
                error "Failed to apply WIM to NTFS volume"
        fi
        __do_mount in.ntfs in.mnt noatime