7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of utime syscall.
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_strace_match_diff -a 16 -e trace=utime
|