Dmitry V. Levin
1f68abfed3
* tests/wait4.c: New file. * tests/wait4-v.c: Likewise. * tests/wait4.test: New test. * tests/wait4-v.test: Likewise. * tests/.gitignore: Add wait4 and wait4-v. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add wait4.test and wait4-v.test.
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check verbose decoding of wait4 syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -v -e signal=none -e trace=wait4
|