Convert EXPECT_ERR= tests to <<EOF

This commit is contained in:
Khairul Kasmiran 2020-02-09 11:39:41 +08:00 committed by radare
parent be10bbe7b0
commit 38252427fc
2 changed files with 4 additions and 2 deletions

View File

@ -173,7 +173,8 @@ size: 11
| 0x004017c3 83c108 add ecx, 8
\ 0x004017c6 3d00100000 cmp eax, 0x1000
EOF
EXPECT_ERR=
EXPECT_ERR=<<EOF
EOF
RUN
NAME=afb+ with wrong size

View File

@ -100,7 +100,8 @@ NAME=no-nl-at-eof script
FILE=-
CMDS=!radare2 -i scripts/no-nl-at-eof.r2 -NQ -
EXPECT=1
EXPECT_ERR=
EXPECT_ERR=<<EOF
EOF
RUN
NAME=radare2 -i -Q with missing script