aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_env_var_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_env_var_test.py')
-rwxr-xr-xtest/gtest_env_var_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest_env_var_test.py b/test/gtest_env_var_test.py
index 1b86b5a9..67a22493 100755
--- a/test/gtest_env_var_test.py
+++ b/test/gtest_env_var_test.py
@@ -109,6 +109,7 @@ def TestEnvVarAffectsFlag(command):
if IS_LINUX:
TestFlag(command, 'stack_trace_depth', '0', '100')
TestFlag(command, 'death_test_style', 'thread-safe', 'fast')
+ TestFlag(command, 'death_test_use_fork', '1', '0')
if IS_WINDOWS: