• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Check execve syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace $args
9match_grep
10run_strace -v $args
11match_grep "$LOG" "$srcdir/${ME_%.test}-v.expected"
12
13exit 0
14