diff options
Diffstat (limited to 'test/gtest_env_var_test.py')
-rwxr-xr-x | test/gtest_env_var_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/gtest_env_var_test.py b/test/gtest_env_var_test.py index 4728bbc3..ac24337f 100755 --- a/test/gtest_env_var_test.py +++ b/test/gtest_env_var_test.py @@ -67,8 +67,7 @@ def GetFlag(flag): args = [COMMAND] if flag is not None: args += [flag] - return gtest_test_utils.Subprocess(args, env=environ, - capture_stderr=False).output + return gtest_test_utils.Subprocess(args, env=environ).output def TestFlag(flag, test_val, default_val): |