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