]> wimlib.net Git - wimlib/blobdiff - tests/tests-common.sh
Remove support for --with-imagex-progname configure option
[wimlib] / tests / tests-common.sh
index cd353efe72acc1889e09a7ac302ec5b3565860c9..be6d882a94cca6c027dc18409bc6ee3f807bd545 100644 (file)
@@ -35,15 +35,15 @@ imagex()
 {
        echo "imagex $@"
        if [[ $1 == info || $1 == mountrw ]]; then
-               ../../imagex "$@"
+               ../../wimlib-imagex "$@"
        else
-               ../../imagex "$@" > /dev/null
+               ../../wimlib-imagex "$@" > /dev/null
        fi
 }
 
 imagex_raw()
 {
-       ../../imagex "$@"
+       ../../wimlib-imagex "$@"
 }
 
 wim_ctype()