Skip to content

Commit

Permalink
Merge pull request #41 from containers/as
Browse files Browse the repository at this point in the history
tests/run: Fix exec invocation
  • Loading branch information
albertofaria authored Mar 22, 2024
2 parents 4da92f3 + 488e53e commit ce88cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ fn test_run(engine: Engine, case: TestCase) {
.command("exec")
.arg("-i")
.arg(&container_name)
.arg("--as")
.arg(&case.exec_user)
.arg("bash")
.arg("-s")
Expand Down

0 comments on commit ce88cd1

Please sign in to comment.