diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/version.test | 9 |
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 + |