We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef234d commit 1bb38f1Copy full SHA for 1bb38f1
graalpython/lib-python/3/test/test_subprocess.py
@@ -788,7 +788,7 @@ def is_env_var_to_ignore(n):
788
n == 'LD_PRELOAD' or n.startswith('SANDBOX') or # Gentoo
789
n == 'PWD' or n == 'SHLVL' or # Graalpython bash launcher
790
n.startswith('JAVA_MAIN_CLASS') or # JVM on MacOS
791
- n == 'LD_LIBRARY_PATH' or # Added by graalpy launcher
+ n == 'LD_LIBRARY_PATH' or n == 'DYLD_LIBRARY_PATH' or # Added by graalpy launcher
792
n == 'LC_CTYPE') # Locale coercion triggered
793
794
with subprocess.Popen([sys.executable, "-c",
0 commit comments