]> wimlib.net Git - wimlib/blobdiff - tests/tests-common.sh
Add ax_pthread.m4
[wimlib] / tests / tests-common.sh
index 79a4a2f9ea4819178ba08523e2ad94ae7906d390..be6d882a94cca6c027dc18409bc6ee3f807bd545 100644 (file)
@@ -35,12 +35,17 @@ imagex()
 {
        echo "imagex $@"
        if [[ $1 == info || $1 == mountrw ]]; then
-               ../../imagex "$@"
+               ../../wimlib-imagex "$@"
        else
-               ../../imagex "$@" > /dev/null
+               ../../wimlib-imagex "$@" > /dev/null
        fi
 }
 
+imagex_raw()
+{
+       ../../wimlib-imagex "$@"
+}
+
 wim_ctype()
 {
        imagex info $1 | grep Compression | awk '{print $2}'