strace/tests/times.test

13 lines
186 B
Plaintext
Raw Normal View History

#!/bin/sh
# Check decoding of times syscall
. "${srcdir=.}/init.sh"
run_prog > /dev/null
run_strace -etimes -esignal=none $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0