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