From 82df0a800d3894bb35eae3d53a57b508b4b4803f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 7 Aug 2012 16:42:29 -0700 Subject: [PATCH] fix test comments (thx nick daly) --- exmachina/test_exmachina.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exmachina/test_exmachina.py b/exmachina/test_exmachina.py index e8d239d32..6c1db9418 100755 --- a/exmachina/test_exmachina.py +++ b/exmachina/test_exmachina.py @@ -5,13 +5,13 @@ This file tests the "client side" of the exmachina layer. To use with secret keys, do the following in seperate terminals: - $ echo "" | ./exmachina.py -vk - $ echo "" | ./test.py -k + $ echo "" | sudo ./exmachina.py -vk + $ echo "" | ./test_exmachina.py -k To use without, do the following in seperate terminals: - $ echo "" | ./exmachina.py -vk - $ echo "" | ./test.py -k + $ sudo ./exmachina.py -v + $ ./test_exmachina.py Use the init_test.sh script to test shared key passing and privilage seperation at the same time: