Skip to content

Commit

Permalink
set gid in _run_env_set()
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-lip committed Nov 24, 2017
1 parent 83592a4 commit 2cd3a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4449,6 +4449,7 @@ def test_15__run_env_set(self, mock_local, mock_config):
ex_eng = udocker.ExecutionEngineCommon(mock_local)
ex_eng.opt["home"] = "/"
ex_eng.opt["user"] = "user"
ex_eng.opt["uid"] = "1000"
ex_eng.container_root = "/croot"
ex_eng.container_id = "2717add4-e6f6-397c-9019-74fa67be439f"
ex_eng.container_names = ['cna[]me', ]
Expand Down

0 comments on commit 2cd3a9d

Please sign in to comment.