1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

tests: Check for gpgtar.

* tests/migrations/extended-pkf.scm: Skip test if gpgtar is not built.
* tests/migrations/from-classic.scm: Likewise.
* tests/openpgp/gpgtar.scm: Fix check for gpgtar.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-07-15 11:59:57 +02:00
parent 1ab8d36b83
commit 12a887050a
3 changed files with 8 additions and 2 deletions

View file

@ -19,6 +19,9 @@
(load (with-path "common.scm"))
(catch (skip "gpgtar not built")
(call-check `(,GPGTAR --help)))
(define src-tarball (in-srcdir "from-classic.tar.asc"))
(define (setup)