summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/functionalities/tty/TestTerminal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/functionalities/tty/TestTerminal.py b/lldb/test/functionalities/tty/TestTerminal.py
index b5b2381a64c..fb935e6e10f 100644
--- a/lldb/test/functionalities/tty/TestTerminal.py
+++ b/lldb/test/functionalities/tty/TestTerminal.py
@@ -22,9 +22,9 @@ class LaunchInTerminalTestCase(TestBase):
# privilege so it can't open the socket to talk back to the test case
@unittest2.skipUnless(os.geteuid() != 0, "test cannot be run as root")
- # Do we need to disable this test if the testsuite is being run on a rmeote system?
+ # Do we need to disable this test if the testsuite is being run on a remote system?
# This env var is only defined when the shell is running in a local mac terminal window
- # @unittest2.skipUnless(os.environ.has_key('TERM_PROGRAM'), "test must be run on local system")
+ @unittest2.skipUnless(os.environ.has_key('TERM_PROGRAM'), "test must be run on local system")
def test_launch_in_terminal (self):
exe = "/bin/ls"
OpenPOWER on IntegriCloud