]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex
Remove some printing code from library
[wimlib] / tests / test-imagex
index 4ae0540c532f6e5135320522d6694de7d59d4de0..4694d3dc3de7ff3d82a79b0e38ee230a084b25a7 100755 (executable)
@@ -132,7 +132,7 @@ if ! imagex info --extract-xml=dir.xml dir.wim; then
        error "Failed to extract WIM XML data"
 fi
 echo "Testing printing WIM metadata"
-if ! imagex info --metadata dir.wim > /dev/null; then
+if ! imagex dir --detailed dir.wim > /dev/null; then
        error "Failed to print WIM metadata"
 fi
 rm -rf dir.wim tmp dir.xml