diff options
Diffstat (limited to 'Lib/test/test_macpath.py')
| -rw-r--r-- | Lib/test/test_macpath.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_macpath.py b/Lib/test/test_macpath.py index 22f8491..80bec7a 100644 --- a/Lib/test/test_macpath.py +++ b/Lib/test/test_macpath.py @@ -142,6 +142,8 @@ class MacPathTestCase(unittest.TestCase):  class MacCommonTest(test_genericpath.CommonTest, unittest.TestCase):      pathmodule = macpath +    test_relpath_errors = None +  if __name__ == "__main__":      unittest.main()  | 
