From 79ba79d96c6adecfaea9967ddeeaff428d671585 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Jan 2017 12:15:46 +0000 Subject: test suite: gnupg: Do not reset DGIT_TEST_REAL_GPG_AGENT Otherwise it might end up pointing to the wrapper, if we run the setup twice for some reason (for example, in an adt run). Signed-off-by: Ian Jackson --- tests/setup/gnupg | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/setup/gnupg b/tests/setup/gnupg index 6100bf5..43a5c96 100755 --- a/tests/setup/gnupg +++ b/tests/setup/gnupg @@ -14,6 +14,7 @@ END #debug-all setup=' + : ${DGIT_TEST_REAL_GPG_AGENT:=$(type -p gpg-agent)} export DGIT_TEST_REAL_GPG_AGENT=$(type -p gpg-agent) export DGIT_STUNT_AGENT=$troot/tstunt/gpg-agent export GNUPGHOME -- cgit v1.2.3