diff options
Diffstat (limited to 'checks/version.test')
-rwxr-xr-x | checks/version.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/checks/version.test b/checks/version.test index 6d04385df..d7845bbc1 100755 --- a/checks/version.test +++ b/checks/version.test @@ -3,8 +3,7 @@ . defs.inc || exit 3 # print the GPG version -run_gpg --version -cat err +./run-gpg --version #fixme: check that the output is correct |