1#!/bin/sh 2 3# Check old select syscall decoding. 4 5. "${srcdir=.}/init.sh" 6 7run_prog 8run_strace -a34 -eselect $args 9match_diff 10 11exit 0 12