Commit eaed642
committed
test: fix test when linked with shared libraries
If the `nop` binary used in `parallel/test-process-execve-no-args`
has been linked to external libraries, it may need an environment
variable such as `LD_LIBRARY_PATH` to be set to be able to run.
Assume if `node` has been configured to link against any external
libraries then `nop` has also been, and in that case pass through
the environment variables to the test.1 parent ce72fcc commit eaed642
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
0 commit comments