mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tests: Locate resources and scripts relative to top source dir.
-- Locate every resource and every script used in the tests using a path relative to the top of the source tree. This is a purely mechanical change, mostly done using regular expressions, with a few manual fixups here and there. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
f03d6897be
commit
ed4d23d75e
87 changed files with 208 additions and 182 deletions
|
@ -17,12 +17,12 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(load (with-path "common.scm"))
|
||||
(load (in-srcdir "tests" "migrations" "common.scm"))
|
||||
|
||||
(run-test
|
||||
"Checking migration with legacy key (issue2276)..."
|
||||
;; This tarball contains a keyring with a legacy key.
|
||||
(in-srcdir "issue2276.tar.asc")
|
||||
(in-srcdir "tests" "migrations" "issue2276.tar.asc")
|
||||
(lambda (gpghome)
|
||||
;; GnuPG up to 2.1.14 failed to skip the legacy key when updating
|
||||
;; the trust database and thereby rebuilding the keyring cache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue