Dmitry V. Levin
ea7ef9365f
* tests/oldselect.c: New file. * tests/oldselect.expected: Likewise. * tests/oldselect.test: New test. * tests/Makefile.am (check_PROGRAMS): Add oldselect. (TESTS): Add oldselect.test. (EXTRA_DIST): Add oldselect.expected. * tests/.gitignore: Add oldselect.
12 lines
131 B
Bash
Executable File
12 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check oldselect syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog
|
|
run_strace -e oldselect $args
|
|
match_grep
|
|
|
|
exit 0
|