blob: 0b39b8476df18a967fd4db9857cf053b573571e1 [file] [log] [blame]
#!/bin/sh
# Check getdents syscall decoding.
. "${srcdir=.}/init.sh"
rm -rf -- "$LOG".dir
run_prog > /dev/null
OUT="$LOG.out"
run_strace -a22 -vegetdents $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0