Skip to content

Commit c8e6f74

Browse files
committed
Ignore LD_LIBRARY_PATH in test_empty_env
1 parent 4ece4cd commit c8e6f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_subprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ def is_env_var_to_ignore(n):
788788
n == 'LD_PRELOAD' or n.startswith('SANDBOX') or # Gentoo
789789
n == 'PWD' or n == 'SHLVL' or # Graalpython bash launcher
790790
n.startswith('JAVA_MAIN_CLASS') or # JVM on MacOS
791+
n == 'LD_LIBRARY_PATH' or # Added by graalpy launcher
791792
n == 'LC_CTYPE') # Locale coercion triggered
792793

793794
with subprocess.Popen([sys.executable, "-c",

0 commit comments

Comments
 (0)