X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=5274e6e1cf2c33394b78f2d7369aff64dc66f02a;hp=7926d27877102a0bc7a528dc40ec0438cf01d1f9;hb=d7929d61a205ac7b75af38aa790f1a09d5864b61;hpb=d455c8b74a2a63454779445e14ac3e81141b204a 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