Skip to content

Commit

Permalink
fix window scrip suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed May 2, 2023
1 parent ee3fd4e commit 12b1c23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plone/recipe/zeoserver/tests/zeoserver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@ be different and correspond as the buildout specified::

>>> zeopack_scripts = ('first-zeopack', 'second-zeopack')
>>> zeopack_paths = [os.path.join(sample_buildout, 'bin', script) for script in zeopack_scripts]
>>> if WINDOWS:
... zeopack_paths = [zeopack + '-script.py' for zeopack in zeopack_paths]
>>> with open(zeopack_paths[0], 'r') as f:
... first_zeopack = f.read()
>>> with open(zeopack_paths[1], 'r') as f:
Expand Down

0 comments on commit 12b1c23

Please sign in to comment.