inspec/test
Steven Danna b5cd64d16a Ignore comment lines in /etc/passwd
Most passwd/shadow implementations treat lines that start with '#' as
comments. For example, the implementation in OS X:

     if (buf[0] == '#') {
          /* skip comments for Rhapsody. */
          continue;
     }

https://opensource.apple.com/source/remote_cmds/remote_cmds-41/rpc_yppasswdd.tproj/passwd.c

Fixes #725

Signed-off-by: Steven Danna <steve@chef.io>
2016-08-16 10:54:52 +02:00
..
cookbooks/os_prepare add feature to fetch children from registry key 2016-08-12 14:51:23 +02:00
functional Fix inheritance tests to account for dependency spike 2016-08-11 16:41:09 +01:00
integration/default update messages for integration tests 2016-08-12 14:51:23 +02:00
resource Use either /dev/kcore or /dev/core in tests 2016-08-02 14:14:49 +02:00
unit Ignore comment lines in /etc/passwd 2016-08-16 10:54:52 +02:00
docker_run.rb travis experiment: lower docker concurrency 2016-08-10 12:52:21 +01:00
docker_test.rb Explicitly require docker transport to avoid autoload bug 2016-08-05 17:58:20 +01:00
helper.rb Merge pull request #912 from chef/ap/port-win-process 2016-08-12 20:59:28 +02:00
test-extra.yaml split up tests for travis 2015-09-23 01:51:51 +02:00
test.yaml split up tests for travis 2015-09-23 01:51:51 +02:00