diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 18:24:34 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 18:24:34 -0500 |
commit | 9a92104113158b39de7c8b42bf883b3fd46ed006 (patch) | |
tree | 32b66753558016b59bbac8948ba6af1808c082cf | |
parent | f3ef901ec68efe813ea5fbe9a55e80f0aaf3ee93 (diff) |
add list-certifiers to the basic test
-rwxr-xr-x | tests/basic | 5 |
1 files changed, 4 insertions, 1 deletions
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 |