xref: /aosp_15_r20/external/strace/tests-m32/nsyscalls.test (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1#!/bin/sh
2
3# Check decoding of out-of-range syscalls.
4
5. "${srcdir=.}/init.sh"
6
7if [ "$MIPS_ABI" = "o32" ]; then
8	syscall=syscall
9else
10	syscall=none
11fi
12
13run_strace_match_diff -e trace=$syscall
14