blob: f9b0251c4d5b9b3c6186d415fbcf8b5b9a32e403 [file] [log] [blame]
#!/bin/sh
# Check getpriority and setpriority syscalls decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -egetpriority,setpriority -a29 $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"