8 lines
126 B
Bash
Executable file
8 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check futex syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_strace_match_diff -a27
|
|
run_strace_match_diff -v -a27
|