From f977a9a9f7fa380bf473307b83ba59a582a1f6ec Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 19 Jan 2015 16:10:57 +0200 Subject: [PATCH] test: crit: use --format hex Signed-off-by: Ruslan Kuprieiev Signed-off-by: Pavel Emelyanov --- test/crit/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"