mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00:00
fix(win32): normalize paths at permission boundaries (#14738)
This commit is contained in:
@@ -203,8 +203,8 @@ describe("tool.bash permissions", () => {
|
||||
|
||||
await bash.execute(
|
||||
{
|
||||
command: "rm tmpfile",
|
||||
description: "Remove tmpfile",
|
||||
command: `rm -rf ${path.join(tmp.path, "nested")}`,
|
||||
description: "remove nested dir",
|
||||
},
|
||||
testCtx,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user