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

# Check creat syscall decoding.

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

run_prog > /dev/null
run_strace -ecreat -a21 $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"