Dmitry V. Levin
7830648b9f
* tests/sigaction.awk: Rename to rt_sigaction.awk. * tests/sigaction.c: Rename to tests/rt_sigaction.c. * tests/sigaction.test: Rename to tests/rt_sigaction.test. * tests/.gitignore: Replace sigaction with rt_sigaction. * tests/pure_executables.list: Likewise. * tests/Makefile.am (DECODER_TESTS): Replace sigaction.test with rt_sigaction.test. (EXTRA_DIST): Replace sigaction.awk with rt_sigaction.awk.
12 lines
127 B
Bash
Executable File
12 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
|