Dmitry V. Levin
9e8b95977d
* tests/prctl-name.c: New file. * tests/prctl-name.test: New test. * tests/.gitignore: Add prctl-name. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add prctl-name.test.
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of prctl PR_GET_NAME/PR_SET_NAME operations.
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_strace_match_diff -a23 -e trace=prctl
|