]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex
wimlib-imagex: Support being invoked as wimCOMMAND
[wimlib] / tests / test-imagex
index 7d7b144e7697853032f01fd6acc934e7297bce5a..c523b12d24f2e26f3b390d52e5e1efd4df17bd3c 100755 (executable)
@@ -190,7 +190,7 @@ if ! test "`imagex info dir.wim | grep Integrity | awk '{print $3}'`" = "yes"; t
        error "Integrity table not set correctly on image append"
 fi
 echo "Testing appending WIM image with no integrity check"
        error "Integrity table not set correctly on image append"
 fi
 echo "Testing appending WIM image with no integrity check"
-if ! imagex append dir2 dir.wim "newname3"; then
+if ! imagex append dir2 dir.wim "newname3" --nocheck; then
        error "Appending WIM image failed"
 fi
 if ! test "`imagex info dir.wim | grep Integrity | awk '{print $3}'`" = "no"; then
        error "Appending WIM image failed"
 fi
 if ! test "`imagex info dir.wim | grep Integrity | awk '{print $3}'`" = "no"; then