diff options
Diffstat (limited to 'Lib/test/test_posixpath.py')
| -rw-r--r-- | Lib/test/test_posixpath.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py index 17be3d2..a37be25 100644 --- a/Lib/test/test_posixpath.py +++ b/Lib/test/test_posixpath.py @@ -419,7 +419,7 @@ class PosixPathTest(unittest.TestCase):              self.assert_(isinstance(posixpath.expanduser(b"~root/"), bytes))              self.assert_(isinstance(posixpath.expanduser(b"~foo/"), bytes)) -            with test_support.EnvironmentVarGuard() as env: +            with support.EnvironmentVarGuard() as env:                  env.set('HOME', '/')                  self.assertEqual(posixpath.expanduser("~"), "/")  | 
