diff options
| -rw-r--r-- | tests/test_ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ez_setup.py b/tests/test_ez_setup.py index 26881f52..1825fb34 100644 --- a/tests/test_ez_setup.py +++ b/tests/test_ez_setup.py @@ -23,7 +23,7 @@ class TestSetup(unittest.TestCase): self.cwd = os.getcwd() self.tmpdir = tempfile.mkdtemp() os.chdir(TOPDIR) - _python_cmd("setup.py", "-q", "egg_info", "-RDb", "''", "sdist", + _python_cmd("setup.py", "-q", "egg_info", "-RDb", "", "sdist", "--dist-dir", "%s" % self.tmpdir) tarball = os.listdir(self.tmpdir)[0] self.tarball = os.path.join(self.tmpdir, tarball) |
