* Remove -u flag in r2 (was not implemented, but not needed) * Added ?v command * Check if file exists in rarun2 * Fix cmd.vprompt * Some fixes in io.undo - Two test cases to check undo and redo ops * Added 2 bugs in testsuite
24 lines
162 B
Text
Executable file
24 lines
162 B
Text
Executable file
DEBUG=no
|
|
FILE=malloc://1024
|
|
ARGS=""
|
|
CMDS='
|
|
s 0x10
|
|
s 0x20
|
|
s 0x30
|
|
s 0x40
|
|
?v $$
|
|
s-
|
|
?v $$
|
|
s-
|
|
?v $$
|
|
s-
|
|
?v $$
|
|
s-
|
|
?v $$
|
|
'
|
|
EXPECT="0x40
|
|
0x30
|
|
0x20
|
|
0x10
|
|
0x0"
|
|
. ../tests.sh
|