Switch test to use a much higher gid/uid

This commit is contained in:
Alex Dreyer 2014-02-14 12:54:48 -08:00
parent 74336bcab1
commit ccf5284b56

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"