blob: c6170e38de97697b7929382c91325fea775b1aff [file] [log] [blame]
#!/bin/sh
# Check decoding of sysinfo syscall
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -a14 -esysinfo $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0