summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-01-16 11:49:18 -0500
committerJameson Rollins <jrollins@finestructure.net>2010-01-16 11:49:18 -0500
commite32688b20cbec08b7569304be724d60dc63e51bc (patch)
tree4ad4cc7cd4b0d1096e76b1068d9ce190cad61405 /tests/basic
parent0f6353059da451d3ed182cfb18e8eafea1348a85 (diff)
fix revocation test
was revoking the wrong key for the ssh test. test fully passing now!
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic
index d9b7f44..1d51a69 100755
--- a/tests/basic
+++ b/tests/basic
@@ -567,7 +567,7 @@ echo "##################################################"
echo "### revoking ssh host key..."
# generate the revocation certificate and feed it directly to the test
# user's keyring (we're not publishing to the keyservers)
-keyID=$(monkeysphere-host s 'https://testhost' | grep 'OpenPGP fingerprint:' | awk '{ print $3 }')
+keyID=$(monkeysphere-host s 'ssh://testhost' | grep 'OpenPGP fingerprint:' | awk '{ print $3 }')
monkeysphere-host revoke-key "$keyID" >"$TEMPDIR"/revcert
cat "$TEMPDIR"/revcert
<"$TEMPDIR"/revcert gpg --import