7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of stat family syscalls.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -v -P $NAME.sample -P /dev/full -a32
|