#!/bin/sh

# Check capget/capset syscalls decoding.

. "${srcdir=.}/init.sh"

run_prog
run_strace -e trace=capget,capset $args
match_awk

exit 0