]> granicus.if.org Git - strace/blob - tests/prctl-tid_address.test
strace: terminate itself if interrupted by a signal
[strace] / tests / prctl-tid_address.test
1 #!/bin/sh
2
3 # Check decoding of prctl PR_GET_TID_ADDRESS operation.
4 . "${srcdir=.}/init.sh"
5
6 check_prog grep
7 run_prog > /dev/null
8 run_strace -a23 -eprctl $args > "$EXP"
9 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^T]|.[^I]|..[^D])' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"