diff options
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basic b/tests/basic index 9ae04b4..151e131 100755 --- a/tests/basic +++ b/tests/basic @@ -567,6 +567,11 @@ target_hostname=testhost2.example ssh_test true 255 # FIXME: addtest: how do we test that set-expire makes sense after new # servicenames have been added? +echo +echo "##################################################" +echo "### testing monkeysphere authentication keys-for-user" +diff -q <(monkeysphere-authentication keys-for-user $(whoami)) <(cut -d' ' -f1,2 ${MONKEYSPHERE_SYSDATADIR}/authorized_keys/${MONKEYSPHERE_MONKEYSPHERE_USER}) + # test to make sure things are OK after the previous tests: echo echo "##################################################" |