]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex
Fix a couple random issues
[wimlib] / tests / test-imagex
index 9fdaf03732f219bbe0d56fd83e6699c90e34f778..2c729cb4b468d4077e153d6f4bfc7542af3a30da 100755 (executable)
@@ -9,7 +9,7 @@ cd tests
 
 imagex() {
        echo "imagex $@"
-       ../imagex $@
+       ../imagex $@ 
 }
 
 cleanup() {
@@ -612,5 +612,5 @@ if imagex export dir.wim all new.wim --boot; then
 fi
 
 echo "**********************************************************"
-echo "                     All tests passed                     "
+echo "                 Basic imagex tests passed                "
 echo "**********************************************************"