]> wimlib.net Git - wimlib/blobdiff - tests/tests-common.sh
wimexport: Document --wimboot option
[wimlib] / tests / tests-common.sh
index 79a4a2f9ea4819178ba08523e2ad94ae7906d390..cd353efe72acc1889e09a7ac302ec5b3565860c9 100644 (file)
@@ -41,6 +41,11 @@ imagex()
        fi
 }
 
+imagex_raw()
+{
+       ../../imagex "$@"
+}
+
 wim_ctype()
 {
        imagex info $1 | grep Compression | awk '{print $2}'