aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/version.test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/openpgp/version.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/openpgp/version.test b/tests/openpgp/version.test
new file mode 100755
index 000000000..f1fd7284f
--- /dev/null
+++ b/tests/openpgp/version.test
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+. $srcdir/defs.inc || exit 3
+
+# print the GPG version
+$GPG --version
+
+#fixme: check that the output is correct
+