From: Jameson Rollins Date: Fri, 31 Dec 2010 06:34:01 +0000 (-0500) Subject: touch z.openpgp4fpr file to prevent unecessary warning in tests/basic X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80170d41b5a3714d97620ba29838bcfda521473d;p=monkeysphere-validation-agent.git touch z.openpgp4fpr file to prevent unecessary warning in tests/basic --- 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>"