diff --git a/test/crit/test.sh b/test/crit/test.sh index c1e4bbc6f..3075c4504 100755 --- a/test/crit/test.sh +++ b/test/crit/test.sh @@ -16,7 +16,7 @@ do fi echo " -- to json" - ../../crit decode -o "$x"".json" --format nice < $x || _exit $? + ../../crit decode -o "$x"".json" --format nice hex < $x || _exit $? echo " -- to img" ../../crit encode -i "$x"".json" > "$x"".json.img" || _exit $? echo " -- cmp"