From d7929d61a205ac7b75af38aa790f1a09d5864b61 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 21 Oct 2017 22:21:41 +0300 Subject: [PATCH] test: use source path in add_gnupg_home Make a distinction between source and build directories. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index 7926d278..5274e6e1 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -109,7 +109,7 @@ add_gnupg_home () _gnupg_exit () { gpgconf --kill all 2>/dev/null || true; } at_exit_function _gnupg_exit mkdir -m 0700 "$GNUPGHOME" - gpg --no-tty --import <$TEST_DIRECTORY/gnupg-secret-key.asc >"$GNUPGHOME"/import.log 2>&1 + gpg --no-tty --import <$NOTMUCH_SRCDIR/test/gnupg-secret-key.asc >"$GNUPGHOME"/import.log 2>&1 test_debug "cat $GNUPGHOME/import.log" if (gpg --quick-random --version >/dev/null 2>&1) ; then echo quick-random >> "$GNUPGHOME"/gpg.conf -- 2.43.0