inspec/test/unit/mock/files/xinetd.d_chargen-dgram
Dominik Richter 805a0eeb89 catch newline issues in xinet.d (#2043)
The fix is already provided here: https://github.com/chef/inspec/pull/2040

This PR only adds a unit test to catch it

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2017-08-02 16:43:55 +02:00

11 lines
No EOL
238 B
Text

service chargen
{
disable = no
# comment
id = chargen-dgram
type = INTERNAL
wait = yes
socket_type = dgram
# How protocol is defined by default in CentOS 6:
# protocol = socket type is usually enough
}