diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0001 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0001 | 3 | ||||
-rw-r--r-- | test/stdout/0001 | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/test/confs/0001 b/test/confs/0001 index 1eb0e884c..b0f8f61e3 100644 --- a/test/confs/0001 +++ b/test/confs/0001 @@ -193,6 +193,7 @@ no_strip_excess_angle_brackets no_strip_trailing_dot no_syslog_duplication syslog_facility = uucp +no_syslog_pid syslog_processname = mta-exim no_syslog_timestamp system_filter = /home/exim/test/filter diff --git a/test/scripts/0000-Basic/0001 b/test/scripts/0000-Basic/0001 index 4b5f282ca..78682571d 100644 --- a/test/scripts/0000-Basic/0001 +++ b/test/scripts/0000-Basic/0001 @@ -26,5 +26,6 @@ exim -bP accept_8bitmime \ tcp_nodelay \ trusted_users \ unknown_login \ - warn_message_file + warn_message_file \ + syslog_pid **** diff --git a/test/stdout/0001 b/test/stdout/0001 index d9ce2f07b..9238c91fe 100644 --- a/test/stdout/0001 +++ b/test/stdout/0001 @@ -20,3 +20,4 @@ no_tcp_nodelay trusted_users = 1234:5678 unknown_login = unknownlogin warn_message_file = /home/exim/test/warnmsg_file +no_syslog_pid |