blob: ef55073277a794f3cc108a0310d24ca765a62e13 [file] [log] [blame]
#!/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