0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-30 01:52:47 +00:00
Files
termux-packages/packages/nodejs/test-parallel-test-child-process-spawnsync-shell.js.patch
Yaksh Bariya a765ae2ba1 upgpkg(main/nodejs): update to v18.3.0
Also patches for tests have been commited which I had since a while but
never made them public.
2022-06-05 10:54:02 +05:30

12 lines
496 B
Diff

--- ./test/parallel/test-child-process-spawnsync-shell.js.orig 2022-06-05 08:34:30.587601172 +0530
+++ ./test/parallel/test-child-process-spawnsync-shell.js 2022-06-05 08:34:48.497601165 +0530
@@ -82,7 +82,7 @@
test('darwin', '/bin/csh', '/bin/csh');
// Test Android platforms.
- test('android', true, '/system/bin/sh');
+ test('android', true, '@TERMUX_PREFIX@/bin/sh');
// Test Windows platforms with a user specified shell.
test('win32', 'powershell.exe', 'powershell.exe');