blob: b371b0797511377b8d0266777c7c51c0c738d480 [file] [log] [blame]
#!/bin/sh
# Check execveat syscall decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace $args
match_grep
run_strace -v $args
match_grep "$LOG" "$srcdir/${ME_%.test}-v.expected"
exit 0