1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/deno/tests-fix-sh-path.patch
2024-11-24 01:47:52 +01:00

11 lines
328 B
Diff

--- a/tests/unit/serve_test.ts
+++ b/tests/unit/serve_test.ts
@@ -4217,7 +4217,7 @@
},
);
await promise;
- const e = await execCode3("/usr/bin/sh", [
+ const e = await execCode3("/bin/sh", [
"-c",
`curl --stderr - -N --compressed --no-progress-meter http://localhost:${servePort}`,
]);