##// END OF EJS Templates
run-test: use byte for 'common-pattern.py' path...
Boris Feld -
r35090:6a8e8570 default
parent child Browse files
Show More
@@ -969,7 +969,7 b' class Test(unittest.TestCase):'
969 r.append((self._escapepath(self._testtmp), b'$TESTTMP'))
969 r.append((self._escapepath(self._testtmp), b'$TESTTMP'))
970
970
971 testdir = os.path.dirname(self.path)
971 testdir = os.path.dirname(self.path)
972 replacementfile = os.path.join(testdir, 'common-pattern.py')
972 replacementfile = os.path.join(testdir, b'common-pattern.py')
973
973
974 if os.path.exists(replacementfile):
974 if os.path.exists(replacementfile):
975 data = {}
975 data = {}
General Comments 0
You need to be logged in to leave comments. Login now