fixup! integration: test user fancy home

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
Yoan Blanc 2020-02-29 12:38:21 +01:00 committed by Tejal Desai
parent bfeb40d600
commit c8d2cb7071
1 changed files with 1 additions and 1 deletions

View File

@ -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