blob: cdfec11ba655d1fbfe02572b14d2ac6a785bb770 [file] [log] [blame]
#!/bin/sh
# Check getpgid and setpgid syscalls decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -a11 -egetpgid,setpgid $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"