summaryrefslogtreecommitdiff
path: root/tests/fchmod.test
blob: e8fe393ed5c6ad50317c44ad0f597e7f23a9054b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. "${srcdir=.}/init.sh"

run_prog > /dev/null
run_strace -a16 -efchmod $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"

exit 0