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