[X2Go-Commits] [x2go-keyring] 01/01: t/no-expired.t: make mawk-compatible.

git-admin at x2go.org git-admin at x2go.org
Sun Aug 18 15:23:50 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 7444a1358d5f843f8ce05ef432435a3f94408589
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Aug 18 15:23:40 2019 +0200

    t/no-expired.t: make mawk-compatible.
---
 debian/changelog | 1 +
 t/no-expired.t   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a965460..c1fbf51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -103,6 +103,7 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium
   * Makefile: check file size on prerequisite, not the just-generated target
     file.
   * keyrings/: refresh signatures on all keyrings.
+  * t/no-expired.t: make mawk-compatible.
   * debian/control:
     - Change maintainer to the mailing list.
     - Add the old package maintainer to the Uploaders field and myself.
diff --git a/t/no-expired.t b/t/no-expired.t
index d20349f..01525f4 100755
--- a/t/no-expired.t
+++ b/t/no-expired.t
@@ -7,7 +7,7 @@ find_expired () {
 	gpg --no-options --no-auto-check-trustdb --no-default-keyring \
 		--keyring "keyrings/${k}" --list-keys --with-colons \
 		| grep '^pub' \
-		| awk -F':' --assign keyring="${1}" \
+		| awk -F':' -v keyring="${1}" \
 		'$2 == "e" {print keyring ":\t0x" $5 " expired on " $7}'
 }
 

--
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