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")