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