]> granicus.if.org Git - strace/blob - tests/eventfd.test
tests: add a list of executables without side effects
[strace] / tests / eventfd.test
1 #!/bin/sh
2
3 # Check eventfd2 syscall decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog
8 run_strace -e eventfd2 $args
9 match_diff
10
11 exit 0