]> granicus.if.org Git - strace/blob - tests/execve.test
execve: fix support of personalities with different word size
[strace] / tests / execve.test
1 #!/bin/sh
2
3 # Check execve syscall decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog
8 run_strace $args
9 match_grep
10 run_strace -v $args
11 match_grep "$LOG" "$srcdir/${ME_%.test}-v.expected"
12
13 exit 0