blob: a1737cc9338ae69f73961ac56ea4450fc1e4f120 [file] [log] [blame]
#!/bin/sh
# Check execve 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