aosp12/external/strace/tests-mx32/nsyscalls.test

14 lines
193 B
Plaintext
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
#!/bin/sh
# Check decoding of out-of-range syscalls.
. "${srcdir=.}/init.sh"
if [ "$MIPS_ABI" = "o32" ]; then
syscall=syscall
else
syscall=none
fi
run_strace_match_diff -e trace=$syscall