mirror of https://github.com/openclaw/openclaw.git
test(archive): accept drive-path absolute tar errors
This commit is contained in:
parent
b87b16e2b6
commit
abf6b4997e
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue