diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-18 17:11:00 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-18 17:11:00 -0500 |
commit | 082cf2b49015ec2373417b65ce37b5b67145982d (patch) | |
tree | 4bb5398687cba0bf5b7ba4a997c4fbd25a602277 /tests/basic | |
parent | 44e57bfc7bef4b27d66651f09c9af697e3ce4b5c (diff) |
renaming host_keys.pub.gpg to host_keys.pub.pgp
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 ad9fb12..d8d24ce 100755 --- a/tests/basic +++ b/tests/basic @@ -133,7 +133,7 @@ export MONKEYSPHERE_SYSCONFIGDIR="$TEMPDIR" export MONKEYSPHERE_SYSSHAREDIR="$TESTDIR"/../src/share export MONKEYSPHERE_MONKEYSPHERE_USER=$(whoami) -HOST_KEY_FILE="$MONKEYSPHERE_SYSCONFIGDIR"/host_keys.pub.gpg +HOST_KEY_FILE="$MONKEYSPHERE_SYSCONFIGDIR"/host_keys.pub.pgp export MONKEYSPHERE_CHECK_KEYSERVER=false # example.org does not respond to the HKP port, so this should cause |