summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index c337842..259e592 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -854,7 +854,7 @@ def runtest_inner(test, verbose, quiet,
if refleak:
return FAILED, test_time
if environment.changed:
- return ENVIRONMENT_CHANGED, test_time
+ return ENV_CHANGED, test_time
# Except in verbose mode, tests should not print anything
if verbose or huntrleaks:
return PASSED, test_time