xref: /freebsd/tools/regression/security/cap_test/cap_test.t (revision c5f49ece16a92380092191fad13cb1da72af5d37)
1#!/bin/sh
2#
3#
4
5if test -z "${DIR}" ; then DIR=$( make -V .OBJDIR ); fi
6if test -z "${DIR}" ; then DIR=$( dirname $0 ); fi
7
8make > /dev/null || exit 1
9$DIR/cap_test $*
10
11