summaryrefslogtreecommitdiff
path: root/dev-python/distlib/files/distlib-0.3.7-pypy3.patch
blob: eeb1a924069e35183a7982b1448e3075aa13aaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/test_scripts.py b/tests/test_scripts.py
index 9ec1d43..2fc18ae 100644
--- a/tests/test_scripts.py
+++ b/tests/test_scripts.py
@@ -112,7 +112,7 @@ class ScriptTestCase(DistlibTestCase):
             bindir = os.path.join(dstdir, 'bin')
             maker = ScriptMaker(self.maker.source_dir, bindir,
                                 add_launchers=False)
-            venv.create(dstdir)
+            venv.create(dstdir, symlinks=True)
             maker.executable = os.path.join(bindir, 'python')
             filenames = maker.make('script8.py')
             p = subprocess.Popen(filenames[0], shell=True,