[Python-checkins] python/dist/src/Lib/test regrtest.py,1.118,1.119

Just van Rossum just@letterror.com
Wed, 29 Jan 2003 14:59:31 +0100


tim_one@users.sourceforge.net wrote:

> Expect test_macostools and test_macfs to get skipped whenever
> sys.platform != mac.  [ ... ]

[ ... ]
> +             if sys.platform != "mac":
> +                 self.expected.add("test_macostools")
> +                 self.expected.add("test_macfs")
[ ... ]

Jack, I think this should include sys.platform != "darwin", right?

Just