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