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