blob: d0b65d1a306c85ca49c4b4a05fe5b62f9cc2965c [file] [log] [blame]
Elliott Hughesd35df492017-02-15 15:19:05 -08001#!/bin/sh
2
3# Check msgget, msgsnd, msgrcv, msgctl syscalls decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace -v -e msgget,msgsnd,msgrcv,msgctl $args
9match_grep
10
11exit 0