]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex
Miscellaneous fixes and cleanups
[wimlib] / tests / test-imagex
index c523b12d24f2e26f3b390d52e5e1efd4df17bd3c..177cd2b3aa89a9553607108c7a88d2014f063647 100755 (executable)
@@ -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"
        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
        error "Successfully exported image using wrong compression type"
 fi
 rm -f new.wim