]> granicus.if.org Git - strace/blob - tests/getdents64.test
tests: move definitions of $OUT and $ERR to init.sh
[strace] / tests / getdents64.test
1 #!/bin/sh
2
3 # Check getdents64 syscall decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 rm -rf -- "$LOG".dir
8 run_prog > /dev/null
9 run_strace -a24 -vegetdents64 $args > "$OUT"
10 match_diff "$LOG" "$OUT"
11 rm -f "$OUT"
12
13 exit 0