mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-22 02:49:37 +00:00
Also patches for tests have been commited which I had since a while but never made them public.
12 lines
470 B
Diff
12 lines
470 B
Diff
--- ./test/parallel/test-child-process-exec-env.js.orig 2022-06-05 08:57:52.717600637 +0530
|
|
+++ ./test/parallel/test-child-process-exec-env.js 2022-06-05 09:02:24.887600533 +0530
|
|
@@ -44,7 +44,7 @@
|
|
}
|
|
|
|
if (!isWindows) {
|
|
- child = exec('/usr/bin/env', { env: { 'HELLO': 'WORLD' } }, after);
|
|
+ child = exec('@TERMUX_PREFIX@/bin/env', { env: { 'HELLO': 'WORLD' } }, after);
|
|
} else {
|
|
child = exec('set',
|
|
{ env: { ...process.env, 'HELLO': 'WORLD' } },
|