mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
fix test comments (thx nick daly)
This commit is contained in:
parent
7c9cb6ccb9
commit
82df0a800d
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user