Dmitry V. Levin
587cba262e
* tests/getsockname.c: New file. * tests/getsockname.test: New test. * tests/sockname.c: New file. * tests/.gitignore: Add getsockname. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add getsockname.test. (EXTRA_DIST): Add sockname.c.
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of getsockname syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a27
|