projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1051bed
)
touch z.openpgp4fpr file to prevent unecessary warning in tests/basic
author
Jameson Rollins
<jrollins@finestructure.net>
Fri, 31 Dec 2010 06:34:01 +0000
(
01:34
-0500)
committer
Jameson Rollins
<jrollins@finestructure.net>
Fri, 31 Dec 2010 06:34:01 +0000
(
01:34
-0500)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index c915398e03f33d33533f5a92700e015eb76f4a00..4ec29054ad41a6e7f2a2b767d9216ac71db1cdb2 100755
(executable)
--- 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>"