test(archive): accept drive-path absolute tar errors

This commit is contained in:
Peter Steinberger
2026-02-14 15:52:31 +01:00
parent b87b16e2b6
commit abf6b4997e

View File

@@ -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);
});
});