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