]> granicus.if.org Git - strace/blob - tests/prctl-tsc.test
tests: use fixed timestamps in utime related tests
[strace] / tests / prctl-tsc.test
1 #!/bin/sh
2
3 # Check prctl PR_GET_TSC PR_SET_TSC decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 check_prog grep
8 run_prog > /dev/null
9 run_strace -a24 -eprctl $args > "$EXP"
10 grep -v '^prctl(PR_[GS]ET_[^T][^S]' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"