summaryrefslogtreecommitdiff
path: root/test/pseudo-tty/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pseudo-tty/testcfg.py')
-rw-r--r--test/pseudo-tty/testcfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pseudo-tty/testcfg.py b/test/pseudo-tty/testcfg.py
index 4699031521..96b3025349 100644
--- a/test/pseudo-tty/testcfg.py
+++ b/test/pseudo-tty/testcfg.py
@@ -152,7 +152,7 @@ class TTYTestConfiguration(test.TestConfiguration):
return ['sample', 'sample=shell']
def GetTestStatus(self, sections, defs):
- status_file = join(self.root, 'message.status')
+ status_file = join(self.root, 'pseudo-tty.status')
if exists(status_file):
test.ReadConfigurationInto(status_file, sections, defs)