mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
Fix io bank related tests
This commit is contained in:
parent
acbe609b44
commit
5bc6054323
@ -28,15 +28,15 @@ Usage: omb[jq,+] [fd] Operate on memory banks
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME=omb+ needs a space to work (BUG?)
|
||||
NAME=omb+
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
omb+one
|
||||
omb+ one
|
||||
omb+ two
|
||||
omb
|
||||
EOF
|
||||
EXPECT=<<EOF
|
||||
* 0 default [ ]
|
||||
* 0 default [ 1 ]
|
||||
- 1 one [ ]
|
||||
- 2 two [ ]
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user