summaryrefslogtreecommitdiffstats
path: root/tester
diff options
context:
space:
mode:
authorSam Price <thesamprice@gmail.com>2023-09-07 12:49:16 -0400
committerJoel Sherrill <joel@rtems.org>2023-09-11 14:11:48 -0500
commit7dc34d2cabf5e9f77b6a9d035b01a75a6f593044 (patch)
tree64ea8001c3e0c0828bc77a283c8d6140f805b2c1 /tester
parentrtemstoolkit: Provide a shlex.join for python 3.8 and earlier (diff)
downloadrtems-tools-7dc34d2cabf5e9f77b6a9d035b01a75a6f593044.tar.bz2
rtems-tools: stty rename / spelling bug.
This patch fixes a spelling/rename mistake in rtems-tools.
Diffstat (limited to 'tester')
-rw-r--r--tester/rt/stty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/stty.py b/tester/rt/stty.py
index 130318d..fca026a 100644
--- a/tester/rt/stty.py
+++ b/tester/rt/stty.py
@@ -558,7 +558,7 @@ class tty(object):
self._update()
def read(self):
- return self.fs.read()
+ return self.fd.read()
if __name__ == "__main__":
if len(sys.argv) == 2: