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