* tests/bpf.c (bogus_bpf): New function. (BOGUS_BPF): New macro. (main): Use them. * tests/bpf.test: Add -a option.
7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check bpf syscall decoding.
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_strace_match_diff -a20
|