tests/test-run-tests.py
changeset 33710 2e43c5cd57a7
parent 33695 eeed23508383
child 35381 14fd435763ee
--- a/tests/test-run-tests.py	Wed Aug 02 11:32:25 2017 +0200
+++ b/tests/test-run-tests.py	Tue Aug 08 15:07:05 2017 -0400
@@ -39,7 +39,7 @@
             and output.endswith(b'\n')), 'missing newline'
     assert not re.search(br'[^ \w\\/\r\n()*?]', expected + output), \
            b'single backslash or unknown char'
-    test = run_tests.TTest('test-run-test.t', '.', '.')
+    test = run_tests.TTest(b'test-run-test.t', b'.', b'.')
     match = test.linematch(expected, output)
     if isinstance(match, str):
         return 'special: ' + match