11 lines
133 B
Bash
Executable file
11 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check old select syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog
|
|
run_strace -a34 -eselect $args
|
|
match_diff
|
|
|
|
exit 0
|