mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
11 lines
328 B
Diff
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}`,
|
|
]);
|