]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-update_and_extract
Remove support for --with-imagex-progname configure option
[wimlib] / tests / test-imagex-update_and_extract
index b3c76bd7fdf1958744b978b02baeb11b1772c849..b3c9f1e5f2afbbea66de154e99be3fa7ed600a81 100755 (executable)
@@ -145,7 +145,7 @@ imagex extract test.wim 1 /file --dest-dir=out.dir
 
 msg "Testing extracting file from WIM image to stdout"
 rm -rf out.dir && mkdir out.dir
-../../imagex extract test.wim 1 /file --to-stdout > out.dir/file
+imagex_raw extract test.wim 1 /file --to-stdout > out.dir/file
 ../tree-cmp file out.dir/file && [ ! -e out.dir/1 ]
 
 msg "Testing adding directories and files to WIM image"