fixup! integration: test user fancy home
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
parent
bfeb40d600
commit
c8d2cb7071
|
|
@ -21,7 +21,7 @@ RUN touch $HOME/hello
|
|||
|
||||
RUN groupadd testgroup && \
|
||||
useradd --create-home --gid testgroup alice \
|
||||
useradd --create-home --home john --gid testgroup bob
|
||||
useradd --create-home --home /home/john --gid testgroup bob
|
||||
|
||||
USER alice:testgroup
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue