Merge pull request #146 from hunner/fix_gid

Switch test to use a much higher gid/uid
This commit is contained in:
Hunter Haugen 2014-02-14 13:50:55 -08:00
commit 24906d1bca

View file

@ -99,8 +99,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"