X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex;fp=tests%2Ftest-imagex;h=177cd2b3aa89a9553607108c7a88d2014f063647;hp=c523b12d24f2e26f3b390d52e5e1efd4df17bd3c;hb=3d84c998673ba7acf82ec5c26769a41e28a2cc7b;hpb=ac2f455531e39641bedca08ab510a8c1d09ba125 diff --git a/tests/test-imagex b/tests/test-imagex index c523b12d..177cd2b3 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -429,7 +429,7 @@ if test "`imagex info new.wim | grep 'Image Count' | awk '{print $3}'`" != 2; th error "Exporting single image to existing WIM wasn't done correctly" fi echo "Testing export of single image to existing WIM using wrong compression type" -if imagex export dir.wim dir2 new.wim newname --compress=maximum; then +if imagex export dir.wim dir2 new.wim newname --compress=xpress; then error "Successfully exported image using wrong compression type" fi rm -f new.wim