Change the expected term-width output string to be a substring instead of a startstring

for the test case test_set_term_width() after the recent changes.

llvm-svn: 115820
This commit is contained in:
Johnny Chen 2010-10-06 19:42:37 +00:00
parent 77d8fa362b
commit bcbb69856d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class SettingsCommandTestCase(TestBase):
# The overall display should also reflect the new setting.
self.expect("settings show",
startstr = "term-width (int) = '70'")
substrs = "term-width (int) = '70'")
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_with_dsym(self):