aboutsummaryrefslogtreecommitdiff
path: root/bin/vest.sh
blob: 7dd65f0b8f06d31d95cd24c8630cead54d90e523 (plain) (blame)
1
2
3
4
5
6
# Run a test(1) command and print a string to stdout showing pass/fail
if [ "$#" -eq 0 ] ; then
    printf >&2 'vest: Need test(1) arguments\n'
    exit 2
fi
vex test "$@"