Garbage collect a prove test wrapper

MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-01-20 22:51:29 +00:00
commit 941436306a

View File

@ -1,15 +0,0 @@
#!/bin/sh
# $FreeBSD$
cd `dirname $0`
executable=`basename $0 .t`
make $executable 2>&1 > /dev/null
echo 1..1
if ./$executable; then
echo ok 1 - $executable successful
else
echo not ok 1 - $executable failed
fi