Make sure spp supports "rizin" tag and fix tests

This commit is contained in:
Riccardo Schirone 2020-10-05 16:27:40 +02:00
parent d87a3c5467
commit 3a20249e76
3 changed files with 3 additions and 2 deletions

View file

@ -403,6 +403,7 @@ static SppTag spp_rz_tags[] = {
{ "include", spp_rz_include },
{ "system", spp_rz_system },
{ "rz", spp_rz_rz },
{ "rizin", spp_rz_rz },
{ NULL, spp_rz_default },
{ NULL }
};

View file

@ -4503,7 +4503,7 @@ EXPECT=<<EOF
0 entrypoints
EOF
EXPECT_ERR=<<EOF
Warning: run r2 with -e io.cache=true to fix relocations in disassembly
Warning: run rizin with -e io.cache=true to fix relocations in disassembly
EOF
RUN

View file

@ -1,3 +1,3 @@
Test
{r2 ?e hello world}
{rizin ?e hello world}
Eron