summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-12 18:24:34 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-12 18:24:34 -0500
commit9a92104113158b39de7c8b42bf883b3fd46ed006 (patch)
tree32b66753558016b59bbac8948ba6af1808c082cf /tests
parentf3ef901ec68efe813ea5fbe9a55e80f0aaf3ee93 (diff)
add list-certifiers to the basic test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/basic5
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