Skip to content

Commit a430bda

Browse files
committed
test: fix tests
1 parent e5bec09 commit a430bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test_utils/git.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ impl DockerGit {
2222
&format!("{}:/workspace", test_dir.path().display()),
2323
"-w",
2424
"/workspace",
25+
"--user",
26+
"root",
2527
"alpine/git:latest",
2628
"-c",
2729
script,

0 commit comments

Comments
 (0)