aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/version.scm
blob: f84c3d28e01190adc1b8b0bd179b21c5daeccdab (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env gpgscm

(load (with-path "defs.scm"))

(info "Printing the GPG version")
(assert (= 0 (call `(,@GPG --version))))

;; fixme: check that the output is as expected