Commit 1ce6c178 authored by jim's avatar jim

Fixed stupid bug in matching python executable.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68926 62d5b8a3-27da-0310-9561-8e5933582275
parent ca64c25a
......@@ -69,7 +69,7 @@ def test_suite():
'_d = sample-buildout/develop-eggs'),
(re.compile('_e = \S+sample-buildout.eggs'),
'_e = sample-buildout/eggs'),
(re.compile('executable = \S+python\S+'),
(re.compile('executable = \S+python\S*'),
'executable = python'),
(re.compile('index = \S+python\S+'),
'executable = python'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment