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