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