mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
19 lines
202 B
Plaintext
19 lines
202 B
Plaintext
NAME=cmp data
|
|
FILE=-
|
|
EXPECT=<<EOF
|
|
thats fine
|
|
EOF
|
|
CMDS=<<EOF
|
|
b 16
|
|
wx 41
|
|
e scr.null=1
|
|
cx 41 2>/dev/null
|
|
e scr.null=0
|
|
?! ?e thats fine
|
|
e scr.null=1
|
|
cx 11 2>/dev/null
|
|
e scr.null=0
|
|
?! ?e thats wrong
|
|
EOF
|
|
RUN
|