From: Jani Nikula Date: Sat, 21 Oct 2017 19:21:41 +0000 (+0300) Subject: test: use source path in add_gnupg_home X-Git-Tag: 0.26_rc0~80 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d7929d61a205ac7b75af38aa790f1a09d5864b61 test: use source path in add_gnupg_home Make a distinction between source and build directories. --- 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