From: Jameson Graef Rollins Date: Thu, 12 Feb 2009 23:24:34 +0000 (-0500) Subject: add list-certifiers to the basic test X-Git-Tag: monkeysphere_0.23~103 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=9a92104113158b39de7c8b42bf883b3fd46ed006;ds=sidebyside add list-certifiers to the basic test --- diff --git a/tests/basic b/tests/basic index af8b5f1..6ee4eea 100755 --- a/tests/basic +++ b/tests/basic @@ -215,8 +215,11 @@ echo "##################################################" echo "### adding admin as certifier..." monkeysphere-authentication add-id-certifier -y "$TEMPDIR"/admin/.gnupg/pubkey.gpg -# FIXME: should we run "diagnostics" here to test setup? +echo "##################################################" +echo "### list certifiers..." +monkeysphere-authentication list-certifiers +# FIXME: should we run "diagnostics" here to test setup? ###################################################################### ### TESTUSER SETUP