summaryrefslogtreecommitdiff
path: root/tests/using-intree
diff options
context:
space:
mode:
Diffstat (limited to 'tests/using-intree')
-rwxr-xr-xtests/using-intree3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/using-intree b/tests/using-intree
index f20ec9d..26d5812 100755
--- a/tests/using-intree
+++ b/tests/using-intree
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
-export DGIT_TEST_INTREE=`pwd`
+pwd=`pwd`
+export DGIT_TEST_INTREE="$pwd" PERLLIB="$pwd${PERLLIB:+:}${PERLLIB}"
exec "$@"