From 816ed64edd5f42c114bda166878008e6a3877215 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 22 Oct 2016 16:17:44 +0100 Subject: Test suite: Introduce setup/gnupg To work around #841143 and improve performance by amortising gnupg migration cost. Signed-off-by: Ian Jackson --- tests/lib-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib-core') 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 () { -- cgit v1.2.1