From dd0df7c60cdcbadc92b93d2148117bb6c584c5b6 Mon Sep 17 00:00:00 2001 From: benrubson Date: Thu, 10 Aug 2017 20:49:39 +0200 Subject: [PATCH] Add current path to perl integration tests --- integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration.sh b/integration.sh index 032adcc..d76c345 100755 --- a/integration.sh +++ b/integration.sh @@ -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