Submitter | Boris Feld |
---|---|
Date | Nov. 19, 2017, 8:27 p.m. |
Message ID | <bce28660d7df4043e7ee.1511123267@FB> |
Download | mbox | patch |
Permalink | /patch/25647/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -969,7 +969,7 @@ class Test(unittest.TestCase): r.append((self._escapepath(self._testtmp), b'$TESTTMP')) testdir = os.path.dirname(self.path) - replacementfile = os.path.join(testdir, 'common-pattern.py') + replacementfile = os.path.join(testdir, b'common-pattern.py') if os.path.exists(replacementfile): data = {}