Commit ab8f277a authored by Jason R. Coombs's avatar Jason R. Coombs

Must create files for tests, else they are remoed from manifests

parent 3e5d3adf
......@@ -173,6 +173,9 @@ class TestSdistTest(unittest.TestCase):
# UTF-8 filename
filename = os.path.join(b('sdist_test'), b('smörbröd.py'))
#Must touch the file or risk removal
open(filename, "w").close()
# Add filename and write manifest
with quiet():
mm.run()
......
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