blob: 77ec2f14cf0b622070a54b65352e0dc675d2875f [file] [log] [blame]
#!/bin/sh
# Check chmod syscall decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -a28 -echmod $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0