diff options
Diffstat (limited to 'tests/openpgp/version.test')
-rwxr-xr-x | tests/openpgp/version.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/version.test b/tests/openpgp/version.test index be565fb6f..9d265ad06 100755 --- a/tests/openpgp/version.test +++ b/tests/openpgp/version.test @@ -105,6 +105,6 @@ $GPG_PRESET_PASSPHRASE --preset -P abc A0747D5F9425E6664F4FFBEED20FBCA79FDED2BD info "Printing the GPG version" -$GPG --version +$GPG --version | awk '{print " > " $0}' #fixme: check that the output is as expected |