* tests/rt_sigreturn.c: New file. * tests/rt_sigreturn.test: New test. * tests/.gitignore: Add rt_sigreturn. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add rt_sigreturn.test.
7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of rt_sigreturn syscall.
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_strace_match_diff -esignal='!USR1'
|