* 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
8 lines
86 B
Text
Executable file
8 lines
86 B
Text
Executable file
DEBUG=no
|
|
FILE=malloc://1024
|
|
ARGS=""
|
|
CMDS='
|
|
?v 0x10+0x30
|
|
'
|
|
EXPECT="0x40"
|
|
. ../tests.sh
|