fix revocation test
authorJameson Rollins <jrollins@finestructure.net>
Sat, 16 Jan 2010 16:49:18 +0000 (11:49 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Sat, 16 Jan 2010 16:49:18 +0000 (11:49 -0500)
was revoking the wrong key for the ssh test.  test fully passing now!

tests/basic

index d9b7f445e51b227a3dddafbfa08811eda15526be..1d51a698f3df10e2e66e53de1747b9ee9c5b2094 100755 (executable)
@@ -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