[Pkg-privacy-commits] [msva-perl] 285/356: touch z.openpgp4fpr file to prevent unecessary warning in tests/basic
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository msva-perl.
commit 80170d41b5a3714d97620ba29838bcfda521473d
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Fri Dec 31 01:34:01 2010 -0500
touch z.openpgp4fpr file to prevent unecessary warning in tests/basic
---
tests/basic | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/basic b/tests/basic
index c915398..4ec2905 100755
--- a/tests/basic
+++ b/tests/basic
@@ -76,6 +76,9 @@ for name in x y; do
# export fingerprint for openpgp4fpr
gpg --with-colons --fingerprint "=${uid}" | grep '^fpr:' | cut -d: -f10 > "${WORKDIR}/pkc/${name}.openpgp4fpr"
done
+# touch an empty openpgp4fpr file for z, who is not supposed to be in
+# the monkeysphere at all, and therefore has no openpgp4fpr
+touch "${WORKDIR}/pkc/z.openpgp4fpr"
# and the same for the clients A and B
for name in a b; do
uid="${name} <${name}@example.net>"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list