Add current path to perl integration tests

This commit is contained in:
benrubson 2017-08-10 20:49:39 +02:00
parent 1eb93609ce
commit dd0df7c60c

View File

@ -3,4 +3,4 @@
# Make sure we are in the directory this script is in.
cd "$(dirname "$0")"
perl -MTest::Harness -e '$$Test::Harness::debug=1; runtests @ARGV;' integration/*.t.pl
perl -I. -MTest::Harness -e '$$Test::Harness::debug=1; runtests @ARGV;' integration/*.t.pl