diff options
Diffstat (limited to 'lldb/test/functionalities/tty/TestTerminal.py')
| -rw-r--r-- | lldb/test/functionalities/tty/TestTerminal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/tty/TestTerminal.py b/lldb/test/functionalities/tty/TestTerminal.py index fb935e6e10f..e883056bb59 100644 --- a/lldb/test/functionalities/tty/TestTerminal.py +++ b/lldb/test/functionalities/tty/TestTerminal.py @@ -15,7 +15,7 @@ class LaunchInTerminalTestCase(TestBase): # Darwin is the only platform that I know of that supports optionally launching # a program in a separate terminal window. It would be great if other platforms # added support for this. - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin # If the test is being run under sudo, the spawned terminal won't retain that elevated |

