From 7f20193196c87b2cff0bf95d5ec53b5be3bdabb8 Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Mon, 18 Oct 2010 01:49:58 -0400 Subject: fix test for keys-for-user --- tests/basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3