summaryrefslogtreecommitdiff
path: root/tests/lib-core
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-22 16:17:44 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-22 19:47:04 +0100
commit816ed64edd5f42c114bda166878008e6a3877215 (patch)
tree7ffcba6519fa22758df1e8e3545711a77c5f8731 /tests/lib-core
parent7c24fc5496b3ad3128525e6287362e94ebb279c3 (diff)
Test suite: Introduce setup/gnupg
To work around #841143 and improve performance by amortising gnupg migration cost. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib-core')
-rw-r--r--tests/lib-core2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib-core b/tests/lib-core
index b01a6ea..056a1bc 100644
--- a/tests/lib-core
+++ b/tests/lib-core
@@ -19,7 +19,7 @@ t-set-using-tmp () {
export HOME=$tmp
export DGIT_TEST_DUMMY_DIR=$tmp
export DGIT_TEST_TMP=$tmp
- export GNUPGHOME=$tmp/gnupg
+ export GNUPGHOME=$tmp/nonexistent
}
t-filter-out-git-hyphen-dir () {