Switch test to use a much higher gid/uid
(cherry picked from commit ccf5284b56
)
This commit is contained in:
parent
8c610a27d8
commit
62795f8126
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue