diff --git a/run.py b/run.py index 6c69623bc..ba06e13a8 100755 --- a/run.py +++ b/run.py @@ -1186,7 +1186,7 @@ def main(): try: with open(path, "r") as fcontents: try: - buf = fcontents.read().decode() + buf = fcontents.read() print(buf) except: print(" - [Not dumping file that won't utf-8 decode]") diff --git a/tests/bug-6207-1/test.yaml b/tests/bug-6207-1/test.yaml index 3c8135c35..c750cbc07 100644 --- a/tests/bug-6207-1/test.yaml +++ b/tests/bug-6207-1/test.yaml @@ -1,6 +1,3 @@ -requires: - min-version: 7 - args: - -k none diff --git a/tests/bug-6207-2/test.yaml b/tests/bug-6207-2/test.yaml index c038e96be..df385b22b 100644 --- a/tests/bug-6207-2/test.yaml +++ b/tests/bug-6207-2/test.yaml @@ -1,6 +1,3 @@ -requires: - min-version: 7 - args: - -k none