[X2Go-Commits] [x2go-keyring] 08/47: t/keyids-complete.t: more quotes.
git-admin at x2go.org
git-admin at x2go.org
Sun Aug 4 16:28:14 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2go-keyring.
commit a25b95d9ec7003175a0c9e7db522d579bc75fef0
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Aug 4 09:20:03 2019 +0200
t/keyids-complete.t: more quotes.
---
debian/changelog | 1 +
t/keyids-complete.t | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 097c298..7fcb64b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium
* t/keyids-complete.t: update comment.
* t/keyids-complete.t: use find ... -print0 | while read -r -d '' ...
instead of for loop.
+ * t/keyids-complete.t: more quotes.
* debian/control:
- Change maintainer to the mailing list.
- Add the old package maintainer to the Uploaders field and myself.
diff --git a/t/keyids-complete.t b/t/keyids-complete.t
index 0765f0c..bd95043 100755
--- a/t/keyids-complete.t
+++ b/t/keyids-complete.t
@@ -8,7 +8,7 @@ typeset -i fail='0'
for keyring in "x2go-maintainers-gpg" "x2go-keyring-gpg"; do
pushd "${keyring}" >'/dev/null'
find . -iname '0x*' -print0 | while -r -d '' read key; do
- if ! grep -q "^${key} " ../keyids; then
+ if ! grep -q "^${key} " '../keyids'; then
echo "${keyring}: ${key} is not in keyids file."
fail='1'
fi
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
More information about the x2go-commits
mailing list