[Python-checkins] cpython: Updated test to reflect renamed file.

vinay.sajip python-checkins at python.org
Tue May 29 23:30:01 CEST 2012


http://hg.python.org/cpython/rev/029307ea07f6
changeset:   77236:029307ea07f6
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue May 29 22:29:50 2012 +0100
summary:
  Updated test to reflect renamed file.

files:
  Lib/test/test_venv.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_venv.py b/Lib/test/test_venv.py
--- a/Lib/test/test_venv.py
+++ b/Lib/test/test_venv.py
@@ -21,7 +21,7 @@
         self.env_dir = tempfile.mkdtemp()
         if os.name == 'nt':
             self.bindir = 'Scripts'
-            self.ps3name = 'pysetup3-script.py'
+            self.ps3name = 'pysetup3.py'
             self.lib = ('Lib',)
             self.include = 'Include'
         else:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list