Fix path to the run.pl script to let these tests run.

Submitted by:	Peel, Casey
Obtained from:	freebsd-testing
This commit is contained in:
Julio Merino 2014-03-27 13:15:22 +00:00
parent ca6a54ce20
commit 42cd4d514d

View File

@ -38,7 +38,7 @@ fi
TESTDIR=$(dirname $(realpath $0))
__PERL__ -w -U $TESTDIR/run $TESTDIR/mdconfig.test > /dev/null
__PERL__ -w -U $TESTDIR/run.pl $TESTDIR/mdconfig.test > /dev/null
if [ $? -eq 0 ]; then
echo "ok 1"