From de8cb3e014054b538219fab4e610d1fcb89cb93e Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 19 May 2014 21:11:28 +0800 Subject: [PATCH] [ssl_mgmt] Use nobody to test email nobody should be present on most (all?) unix system and is thus better for test. However it's still not ideal as it might be connected to an account that is not the one running the testsuite and the mail might surprise that user. --- ssl_mgmt/tests/ssl_mgmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl_mgmt/tests/ssl_mgmt.conf b/ssl_mgmt/tests/ssl_mgmt.conf index 0b6d7e6..16eaed9 100644 --- a/ssl_mgmt/tests/ssl_mgmt.conf +++ b/ssl_mgmt/tests/ssl_mgmt.conf @@ -21,4 +21,4 @@ rootCAPwdPath=./root_ca managedCerts=./managed_certs -notifiedUsers=robotux +notifiedUsers=nobody