mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Add current path to perl integration tests
This commit is contained in:
parent
1eb93609ce
commit
dd0df7c60c
@ -3,4 +3,4 @@
|
|||||||
# Make sure we are in the directory this script is in.
|
# Make sure we are in the directory this script is in.
|
||||||
cd "$(dirname "$0")"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user