#!/bin/sh

# Check old select syscall decoding.

. "${srcdir=.}/init.sh"

run_prog
run_strace -a34 -eselect $args
match_diff

exit 0