aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-08-07 16:42:11 -0700
committerbnewbold <bnewbold@robocracy.org>2012-08-07 16:42:11 -0700
commit77cd20485306847fcb2760596919cdb90ec886c6 (patch)
tree406f89204afe0f7c4f5abc54db99df8f80be3a1f
parent437d29cb941f7db680b4665acae24bfdcdcaf708 (diff)
downloadexmachina-77cd20485306847fcb2760596919cdb90ec886c6.tar.gz
exmachina-77cd20485306847fcb2760596919cdb90ec886c6.zip
fix test comments (thx nick daly)
-rwxr-xr-xtest_exmachina.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_exmachina.py b/test_exmachina.py
index e8d239d..6c1db94 100755
--- a/test_exmachina.py
+++ b/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 "<key>" | ./exmachina.py -vk
- $ echo "<key>" | ./test.py -k
+ $ echo "<key>" | sudo ./exmachina.py -vk
+ $ echo "<key>" | ./test_exmachina.py -k
To use without, do the following in seperate terminals:
- $ echo "<key>" | ./exmachina.py -vk
- $ echo "<key>" | ./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: