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