Dmitry V. Levin
056e304d04
* tests/siginfo.c: New file. * tests/siginfo.test: New test. * tests/wait.c: Remove. * tests/wait.expected: Remove. * tests/wait.test: Remove. * tests/.gitignore: Add siginfo, remove wait. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add siginfo.test, remove wait.test. (EXTRA_DIST): Remove wait.expected.
7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check SIGCHLD siginfo_t decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -e trace=none
|