mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
tests/openpgp: Fix file removal.
* tests/openpgp/version.test: Fix file removal. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
5ba4f6047b
commit
629284120f
@ -31,7 +31,7 @@ if [ -d private-keys-v1.d ]; then
|
||||
rmdir private-keys-v1.d
|
||||
fi
|
||||
for i in pubring.gpg pubring.gpg~ trustdb.gpg trustdb.gpg~ ; do
|
||||
[ -d "$i" ] && rm "$i"
|
||||
[ -f "$i" ] && rm "$i"
|
||||
done
|
||||
|
||||
# Now start the agent right away, so that there is only one place
|
||||
|
Loading…
x
Reference in New Issue
Block a user