mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Convert EXPECT_ERR= tests to <<EOF
This commit is contained in:
parent
be10bbe7b0
commit
38252427fc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user