]> granicus.if.org Git - strace/blob - tests/sigaction.test
tests: use fixed timestamps in utime related tests
[strace] / tests / sigaction.test
1 #!/bin/sh
2
3 # Check rt_sigaction decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog
8 run_strace -ert_sigaction $args
9 match_awk
10
11 exit 0