]> granicus.if.org Git - strace/blob - tests/xetpgid.test
71817a2027f59ee6b4a626b1cb8a472c091b280b
[strace] / tests / xetpgid.test
1 #!/bin/sh
2
3 # Check getpgid and setpgid syscalls decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog > /dev/null
8 run_strace -a11 -egetpgid,setpgid $args > "$OUT"
9 match_diff "$LOG" "$OUT"
10 rm -f "$OUT"