Skip to content

Commit

Permalink
Unbreak the CCj test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maijin committed Nov 20, 2016
1 parent c98d4bf commit 8baf9de
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions t/cmd_json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ declare -a arr=("aa ; pdfj"
"pdj"
"Tj"
"ij"
"CCj"
)

for i in "${arr[@]}"
Expand All @@ -74,10 +75,3 @@ BROKEN=1
EXPECT='1
'
run_test

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

0 comments on commit 8baf9de

Please sign in to comment.