aosp12/external/strace/tests/ipc.sh

12 lines
161 B
Bash
Raw Normal View History

2023-01-09 17:11:35 +08:00
#!/bin/sh
# Check decoding of ipc syscalls
. "${srcdir=.}/init.sh"
run_prog > /dev/null
run_strace -eipc "$@" $args > "$EXP"
match_grep "$LOG" "$EXP"
exit 0