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:
parent
1ab8d36b83
commit
12a887050a
3 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue