strace/tests/oldselect.test

12 lines
133 B
Plaintext
Raw Normal View History

#!/bin/sh
# Check old select syscall decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -a34 -eselect $args
match_diff
exit 0