11 lines
127 B
Bash
Executable file
11 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check rt_sigaction decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog
|
|
run_strace -ert_sigaction $args
|
|
match_awk
|
|
|
|
exit 0
|