summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-02-15 18:32:49 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-03-22 15:18:52 +0000
commit1f0e14f2af07576c71e674a946b84f60f594e653 (patch)
tree172c640ed403ca2654bc8fac747ea684f0602d05 /tests
parent7efe0539417015b5b0da6549dd79b411536bbd7d (diff)
Introduce Debian/Dgit.pm
Diffstat (limited to 'tests')
-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 "$@"