#!/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"