Merge pull request #145 from adreyer/fix-gid

Switch test to use a much higher gid/uid
This commit is contained in:
Hunter Haugen 2014-02-14 13:40:09 -08:00
commit 1404318e98

View file

@ -57,8 +57,8 @@ describe 'basic concat test' do
context 'owner/group non-root' do
before(:all) do
shell "groupadd -g 42 bob"
shell "useradd -u 42 -g 42 bob"
shell "groupadd -g 64444 bob"
shell "useradd -u 42 -g 64444 bob"
end
after(:all) do
shell "userdel bob"