diff options
Diffstat (limited to 'tests/openpgp/version.test')
-rwxr-xr-x | tests/openpgp/version.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/openpgp/version.test b/tests/openpgp/version.test index ed0f6c449..cae8b6840 100755 --- a/tests/openpgp/version.test +++ b/tests/openpgp/version.test @@ -28,7 +28,7 @@ else fi if [ -d private-keys-v1.d ]; then rm private-keys-v1.d/* 2>/dev/null || true - rmdir private-keys-v1.d + rmdir private-keys-v1.d fi for i in pubring.gpg pubring.gpg~ trustdb.gpg trustdb.gpg~ ; do [ -d "$i" ] && rm "$i" @@ -102,5 +102,3 @@ info "Printing the GPG version" $GPG --version #fixme: check that the output is as expected - - |