Correct comment in unittest test

This commit is contained in:
Michael Foord 2010-12-04 01:43:59 +00:00
parent 37d120aeb4
commit 36526bf3d9
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ class TestCommandLineArgs(unittest.TestCase):
def testParseArgsAbsolutePathsThatCannotBeConverted(self):
program = self.program
# will this test work on Windows? (is '/...' considered absolute?)
# even on Windows '/...' is considered absolute by os.path.abspath
argv = ['progname', '/foo/bar/baz.py', '/green/red.py']
self._patch_isfile(argv)