summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorWilliam Van Hevelingen <blkperl@cat.pdx.edu>2014-01-16 22:22:38 -0800
committerWilliam Van Hevelingen <blkperl@cat.pdx.edu>2014-01-22 22:54:34 -0800
commitfe676f0ac4e1d96e77ba7fe894408d8e7647eacc (patch)
tree49540bcda1fc5b7dc91c9920ba147200047679fa /spec/fixtures
parente49d356fbf84798ebf7dbd5682de18c368b0ccec (diff)
(PUP-1459) Add support for root_home on OS X 10.9
getent does not exist on 10.9 so this commit uses dscacheutil to query the homedir for the root user.
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/dscacheutil/root8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/fixtures/dscacheutil/root b/spec/fixtures/dscacheutil/root
new file mode 100644
index 0000000..1e34519
--- /dev/null
+++ b/spec/fixtures/dscacheutil/root
@@ -0,0 +1,8 @@
+name: root
+password: *
+uid: 0
+gid: 0
+dir: /var/root
+shell: /bin/bash
+gecos: rawr Root
+