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