diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-25 14:58:36 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-25 14:58:36 -0400 |
commit | 2983d63efb6371cf7dc8815bfcdbefb42cadb1d3 (patch) | |
tree | a73fa39f9db1a0f892b6907515da4d6ebb09396f /tests/home | |
parent | 504dc4666e1d327b82c985a88da6e208c8348e81 (diff) |
more changes to test suite, and add admin/testuser gpg.conf files to
use quick-random option
Diffstat (limited to 'tests/home')
-rw-r--r-- | tests/home/admin/.gnupg/gpg.conf | 2 | ||||
-rw-r--r-- | tests/home/testuser/.gnupg/gpg.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/home/admin/.gnupg/gpg.conf b/tests/home/admin/.gnupg/gpg.conf new file mode 100644 index 0000000..34bf93a --- /dev/null +++ b/tests/home/admin/.gnupg/gpg.conf @@ -0,0 +1,2 @@ +# command to avoid depleting the system entropy +quick-random diff --git a/tests/home/testuser/.gnupg/gpg.conf b/tests/home/testuser/.gnupg/gpg.conf new file mode 100644 index 0000000..34bf93a --- /dev/null +++ b/tests/home/testuser/.gnupg/gpg.conf @@ -0,0 +1,2 @@ +# command to avoid depleting the system entropy +quick-random |