aboutsummaryrefslogtreecommitdiffstats
path: root/checks/version.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/version.test')
-rwxr-xr-xchecks/version.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/checks/version.test b/checks/version.test
new file mode 100755
index 000000000..6d04385df
--- /dev/null
+++ b/checks/version.test
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+. defs.inc || exit 3
+
+# print the GPG version
+run_gpg --version
+cat err
+
+#fixme: check that the output is correct
+