From: Jameson Rollins Date: Mon, 18 Oct 2010 05:49:58 +0000 (-0400) Subject: fix test for keys-for-user X-Git-Tag: monkeysphere_0.34-1~1^2~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f20193196c87b2cff0bf95d5ec53b5be3bdabb8;p=monkeysphere.git fix test for keys-for-user --- diff --git a/tests/basic b/tests/basic index 151e131..f591c59 100755 --- a/tests/basic +++ b/tests/basic @@ -570,7 +570,7 @@ target_hostname=testhost2.example ssh_test true 255 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}) +diff -q <(monkeysphere-authentication keys-for-user $(whoami) | cut -d' ' -f1,2) <(cut -d' ' -f1,2 ${MONKEYSPHERE_SYSDATADIR}/authorized_keys/${MONKEYSPHERE_MONKEYSPHERE_USER}) # test to make sure things are OK after the previous tests: echo