From 488e53ef8a93c0f4fd8edd9241b7c0b8afd0ef09 Mon Sep 17 00:00:00 2001 From: Alberto Faria Date: Fri, 22 Mar 2024 12:32:12 +0000 Subject: [PATCH] tests/run: Fix exec invocation Signed-off-by: Alberto Faria --- tests/run.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run.rs b/tests/run.rs index 11774fb..0b284cf 100644 --- a/tests/run.rs +++ b/tests/run.rs @@ -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")