Skip to content

Commit

Permalink
tests/run: Fix exec invocation
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Mar 22, 2024
1 parent 4da92f3 commit 488e53e
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 488e53e

Please sign in to comment.