9 lines
125 B
Bash
Executable File
9 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check getdents64 syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
rm -rf -- "$LOG".dir
|
|
run_strace_match_diff -a24 -v
|