diff options
| author | Im-Beast <franik.mateusz@gmail.com> | 2024-12-19 15:36:08 +0100 |
|---|---|---|
| committer | Im-Beast <franik.mateusz@gmail.com> | 2024-12-19 15:36:12 +0100 |
| commit | da16e56b0b9365b20a5ebd26f55caffe7b392456 (patch) | |
| tree | a594f8e19e286639ba5468aa62b49657a08c27f6 /tests/utils.ts | |
| parent | 31d2146961f42e5ea66ee9342cd003da7c3bf6ae (diff) | |
tests: i am not groot
Diffstat (limited to 'tests/utils.ts')
| -rwxr-xr-x | tests/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.ts b/tests/utils.ts index 2db7ce2..4bf100e 100755 --- a/tests/utils.ts +++ b/tests/utils.ts @@ -61,7 +61,7 @@ export async function extract(path: string, out: string) { } else if (path.endsWith(".zip")) { await $.raw`unzip ${path} -nu -d ${outDir}`; } else if (path.endsWith(".xz")) { - await $.raw`tree ${dirname(path)}`; + await $.raw`find ${dirname(path)}`; await $.raw`xz -kd ${path}`; await Deno.rename(path.slice(0, -3), out); } else { |
