Skip to content

Commit 757d3ca

Browse files
committed
fix
1 parent 1b33cd4 commit 757d3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pseudo-tty/testcfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def IgnoreLine(self, str_arg):
5656
else: return str_arg.startswith('==') or str_arg.startswith('**')
5757

5858
def IsFailureOutput(self, output):
59-
f = open(self.expected, encoding="utf-8")
59+
f = open(self.expected, "r", encoding="utf-8")
6060
# Convert output lines to regexps that we can match
6161
env = { 'basename': basename(self.file) }
6262
patterns = [ ]

0 commit comments

Comments
 (0)