summaryrefslogtreecommitdiff
path: root/tests/using-intree
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-03 12:02:09 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-31 11:54:10 +0100
commit6913c854ca0f3eb901c39c74b74d7f0344318f72 (patch)
treeca93d0a005b8a12088e5aef919bcb4e7de1271cf /tests/using-intree
parentf6cd040652129d18f3d7fe53b6bb62e5d0c79ec1 (diff)
Tests: break out some things into lib-core (nfc)
Diffstat (limited to 'tests/using-intree')
-rwxr-xr-xtests/using-intree2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/using-intree b/tests/using-intree
index 26d5812..b907252 100755
--- a/tests/using-intree
+++ b/tests/using-intree
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
pwd=`pwd`
-export DGIT_TEST_INTREE="$pwd" PERLLIB="$pwd${PERLLIB:+:}${PERLLIB}"
+export DGIT_TEST_INTREE="$pwd"
exec "$@"