mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-09 15:35:17 +00:00
test(archive): accept drive-path absolute tar errors
This commit is contained in:
@@ -177,6 +177,6 @@ describe("archive utils", () => {
|
||||
destDir: extractDir,
|
||||
timeoutMs: 5_000,
|
||||
}),
|
||||
).rejects.toThrow(/absolute|escapes destination/i);
|
||||
).rejects.toThrow(/absolute|drive path|escapes destination/i);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user