touch z.openpgp4fpr file to prevent unecessary warning in tests/basic
authorJameson Rollins <jrollins@finestructure.net>
Fri, 31 Dec 2010 06:34:01 +0000 (01:34 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Fri, 31 Dec 2010 06:34:01 +0000 (01:34 -0500)
tests/basic

index c915398e03f33d33533f5a92700e015eb76f4a00..4ec29054ad41a6e7f2a2b767d9216ac71db1cdb2 100755 (executable)
@@ -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>"