7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of times syscall
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -esignal=none
|