blob: 3dd76f29a3d4e7fc4b554b232697fdd4d5b90d68 [file] [log] [blame]
#!/bin/sh
# Check getrandom syscall decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -e getrandom -xx -s3 $args
match_awk
exit 0