From 80170d41b5a3714d97620ba29838bcfda521473d Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Fri, 31 Dec 2010 01:34:01 -0500 Subject: [PATCH] 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>" -- 2.26.2