summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-05-29 21:29:50 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-05-29 21:29:50 (GMT)
commitc1f0b538754c1b58194577de33c07caed4b39349 (patch)
tree97a4d1476362963881d9a9de3d716cbd92d1786a /Lib
parent01d63a6e06103c491aeccb0d8546323b09187406 (diff)
downloadcpython-c1f0b538754c1b58194577de33c07caed4b39349.zip
cpython-c1f0b538754c1b58194577de33c07caed4b39349.tar.gz
cpython-c1f0b538754c1b58194577de33c07caed4b39349.tar.bz2
Updated test to reflect renamed file.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_venv.py b/Lib/test/test_venv.py
index 4cbf188..9a07745 100644
--- a/Lib/test/test_venv.py
+++ b/Lib/test/test_venv.py
@@ -21,7 +21,7 @@ class BaseTest(unittest.TestCase):
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: