blob: 35661ad43f001d8c9d45e19e30ed988b833e9021 [file] [log] [blame]
#!/bin/sh
# Check old select syscall decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -a34 -eselect $args
match_diff
exit 0