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:
parent
ca6a54ce20
commit
42cd4d514d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user