[X2Go-Commits] [x2go-keyring] 02/04: t/keyids-complete.t: fix stupid while -r ... read typo.
git-admin at x2go.org
git-admin at x2go.org
Sun Aug 4 16:48:42 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 012d2ea8db1457b40b8d40f6789783eae8675fed
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Aug 4 16:32:24 2019 +0200
t/keyids-complete.t: fix stupid while -r ... read typo.
---
debian/changelog | 1 +
t/keyids-complete.t | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ee6779a..75563aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,7 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium
* Makefile: accept empty indices.
* .gitignore: rework.
* runtests: fix tempdir -> tmpdir typo.
+ * t/keyids-complete.t: fix stupid while -r ... read typo.
* 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 a38d8c3..123d49c 100755
--- a/t/keyids-complete.t
+++ b/t/keyids-complete.t
@@ -7,7 +7,7 @@ typeset -i fail='0'
for keyring in 'x2go-maintainers' 'x2go-maintainers-removed-keys' 'active-keys' 'removed-keys'; do
pushd "${keyring}" >'/dev/null'
- find . -iname 'add-*' -print0 | while -r -d '' read key; do
+ find . -iname 'add-*' -print0 | while read -r -d '' key; do
if ! grep -q "^${key} " 'index'; then
echo "${keyring}: ${key} is not in index file."
fail='1'
--
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