diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-05 15:53:18 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-05 15:53:18 -0500 |
commit | 7485d66be9e4aebaf273b8b4082caa4c2404f6e7 (patch) | |
tree | a6afa4a5f7e6ae237b46cb731305edb7aba6d742 /tests/basic | |
parent | d1819306cb0b60068d41a2c0d09a6e5b81d8b143 (diff) |
tests/basic created the wrong monkeysphere-authentication.conf
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index 978f3d9..d9399f0 100755 --- a/tests/basic +++ b/tests/basic @@ -206,7 +206,7 @@ echo "##################################################" echo "### setup monkeysphere authentication..." cp "$TESTDIR"/etc/monkeysphere/monkeysphere-authentication.conf "$TEMPDIR"/ cat <<EOF >> "$TEMPDIR"/monkeysphere-authentication.conf -AUTHORIZED_USER_IDS="$MONKEYSPHERE_HOME/authentication/authorized_user_ids" +AUTHORIZED_USER_IDS="$MONKEYSPHERE_HOME/authorized_user_ids" EOF monkeysphere-authentication setup get_gpg_prng_arg >> "$MONKEYSPHERE_SYSDATADIR"/authentication/sphere/gpg.conf |