]> granicus.if.org Git - strace/blob - tests/utimensat.test
tests: cleanup temporary files removals
[strace] / tests / utimensat.test
1 #!/bin/sh
2
3 # Check decoding of utimensat syscall.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog > /dev/null
8 run_strace -e $NAME $args > "$EXP"
9
10 check_prog grep
11 LC_ALL=C grep -x "$NAME(.*" "$LOG" > /dev/null ||
12         skip_ "../$NAME executable does not use $NAME syscall"
13
14 match_diff "$LOG" "$EXP"