diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-12 14:57:21 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-12 14:57:21 -0600 |
| commit | 2e2f6bcfa9c043007765e98f82baa4b461a7fe25 (patch) | |
| tree | 28a947a72b75c9e8416470b21fbfb2682c059ee6 /test/fixtures | |
| parent | d5beeffb6247a8b0e115d059491255600dd70440 (diff) | |
add tests for no-password script
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/passwd_with_missing_password | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/passwd_with_missing_password b/test/fixtures/passwd_with_missing_password new file mode 100644 index 0000000..37f51ad --- /dev/null +++ b/test/fixtures/passwd_with_missing_password @@ -0,0 +1,3 @@ +nobody:*:-2:-2:Unprivileged User:/var/empty:/usr/bin/false +root:*:0:0:System Administrator:/var/root:/bin/sh +daemon::1:1:daemon:/tmp:/usr/bin/false |
