tests: fix typo in qual_syscall.test
Fix test regression introduced by commit v4.13-225-g55334ef. * tests/qual_syscall.test: Fix typo.
This commit is contained in:
parent
a606d3a74a
commit
e8f36ec0c5
@ -30,7 +30,7 @@ LC_ALL=C grep '^chdir' "$LOG" > /dev/null &&
|
||||
dump_log_and_fail_with "$STRACE $args unexpected output"
|
||||
|
||||
run_strace -e 42 ./umovestr
|
||||
LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null &&
|
||||
LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
|
||||
dump_log_and_fail_with "$STRACE $args unexpected output"
|
||||
|
||||
for a in execve \!chdir all \!none \
|
||||
|
Loading…
x
Reference in New Issue
Block a user