mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
Fix three tests failing on non-x86-64 hosts
This commit is contained in:
parent
8ff7008d40
commit
cb097fe79b
@ -1088,7 +1088,7 @@ static int cmd_help(void *data, const char *input) {
|
||||
r_core_clippy (core, r_str_trim_head_ro (input + 1));
|
||||
break;
|
||||
case 'e': // "?e" echo
|
||||
#if !SHELLFILTER
|
||||
#if SHELLFILTER
|
||||
r_str_trim_args ((char *)input);
|
||||
#endif
|
||||
switch (input[1]) {
|
||||
|
@ -111,6 +111,7 @@ RUN
|
||||
|
||||
NAME=grep neg begin
|
||||
FILE=malloc://1024
|
||||
ARGS=-a x86 -b 64
|
||||
CMDS=i~!^size
|
||||
EXPECT=<<EOF
|
||||
fd 3
|
||||
@ -128,6 +129,7 @@ RUN
|
||||
|
||||
NAME=grep neg begin
|
||||
FILE=malloc://1024
|
||||
ARGS=-a x86 -b 64
|
||||
CMDS=i~!^size
|
||||
EXPECT=<<EOF
|
||||
fd 3
|
||||
@ -145,6 +147,7 @@ RUN
|
||||
|
||||
NAME=grep neg
|
||||
FILE=malloc://1024
|
||||
ARGS=-a x86 -b 64
|
||||
CMDS=i~!fd
|
||||
EXPECT=<<EOF
|
||||
file malloc://1024
|
||||
|
Loading…
Reference in New Issue
Block a user