diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-04 01:25:46 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-04 01:25:46 -0400 |
commit | d3c00de6d06a49ae54b74f39c667cfab39940266 (patch) | |
tree | 83c942f65c727eff46e6de1671d74a94f42d4f14 | |
parent | 90166e0bb8e4ebc1c1174d9bc2021c604b7a1bd7 (diff) | |
parent | 54fb53948883c86e46510be061b86db98c240ad5 (diff) |
Merge remote branch 'greg/2459'
-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 "##################################################" |