Directory for test output files: Output => output
diff --git a/Lib/test/autotest.py b/Lib/test/autotest.py
index 0d2fa8e..4b15c26 100644
--- a/Lib/test/autotest.py
+++ b/Lib/test/autotest.py
@@ -10,7 +10,7 @@
well, it prints nothing except 'All tests OK.' at the very end.
The output from a previous run is supposed to be contained in separate
-files (one per test) in the `Output' subdirectory somewhere on the
+files (one per test) in the `output' subdirectory somewhere on the
search path for modules (sys.path, initialized from $PYTHONPATH plus
some default places).
@@ -128,7 +128,7 @@
warn = 1
# find the output directory
- outdir = findfile('Output')
+ outdir = findfile('output')
if args:
tests = args
else: