Skip to content

Commit

Permalink
Unbreak the ej test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maijin committed Nov 20, 2016
1 parent bbdf69e commit cf95a50
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions t/cmd_json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [ $TRAVIS_OS_NAME = "linux" ]; then
"Tj"
"ij"
"CCj"
"ej"
)

for i in "${arr[@]}"
Expand All @@ -71,10 +72,4 @@ if [ $TRAVIS_OS_NAME = "linux" ]; then
run_test
done

NAME="JSON: ej Well-formed"
CMDS="!r2 -qc ej ../bins/elf/bomb | jq . > /dev/null && echo \"1\""
BROKEN=1
EXPECT='1
'
run_test
fi

0 comments on commit cf95a50

Please sign in to comment.