Switch test to use a much higher gid/uid

(cherry picked from commit ccf5284b56)
This commit is contained in:
Alex Dreyer 2014-02-14 12:54:48 -08:00 committed by Hunter Haugen
parent 8c610a27d8
commit 62795f8126

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"