summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-16 13:07:59 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-16 13:11:49 +0100
commita85458a7fc736f6d404622a427380a41f1248765 (patch)
tree81c8569dcff07e4b868004c9e20759528bdc5e58 /tests/lib
parent3c2a1558b51d714fff35f1f053c10021219a6fe0 (diff)
Test suite: Filter out .../git-core from PATH so that we catch git-foo
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index 6401f93..275d3ef 100644
--- a/tests/lib
+++ b/tests/lib
@@ -21,6 +21,8 @@ END
trap 'test $? = 0 || t-report-failure' EXIT
+t-filter-out-git-hyphen-dir
+
t-set-intree
: ${DGIT_TEST_DEBUG=-D}