0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-13 03:00:31 +00:00
termux-packages/packages/nodejs-lts/test-parallel-test-child-process-spawnsync-shell.js.patch
2022-10-07 06:17:26 +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');