aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/version.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/version.scm')
-rwxr-xr-xtests/openpgp/version.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/openpgp/version.scm b/tests/openpgp/version.scm
new file mode 100755
index 000000000..f84c3d28e
--- /dev/null
+++ b/tests/openpgp/version.scm
@@ -0,0 +1,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