mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01: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
@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
(load (with-path "common.scm"))
|
(load (with-path "common.scm"))
|
||||||
|
|
||||||
|
(catch (skip "gpgtar not built")
|
||||||
|
(call-check `(,GPGTAR --help)))
|
||||||
|
|
||||||
(define src-tarball (in-srcdir "extended-pkf.tar.asc"))
|
(define src-tarball (in-srcdir "extended-pkf.tar.asc"))
|
||||||
|
|
||||||
(define (setup)
|
(define (setup)
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
(load (with-path "common.scm"))
|
(load (with-path "common.scm"))
|
||||||
|
|
||||||
|
(catch (skip "gpgtar not built")
|
||||||
|
(call-check `(,GPGTAR --help)))
|
||||||
|
|
||||||
(define src-tarball (in-srcdir "from-classic.tar.asc"))
|
(define src-tarball (in-srcdir "from-classic.tar.asc"))
|
||||||
|
|
||||||
(define (setup)
|
(define (setup)
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
(load (with-path "defs.scm"))
|
(load (with-path "defs.scm"))
|
||||||
|
|
||||||
(unless (= 0 (call `(,(tool 'gpgtar) --help)))
|
(catch (skip "gpgtar not built")
|
||||||
(skip "gpgtar not installed"))
|
(call-check `(,(tool 'gpgtar) --help)))
|
||||||
|
|
||||||
(define testfiles (append plain-files data-files))
|
(define testfiles (append plain-files data-files))
|
||||||
(define gpgargs
|
(define gpgargs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user