Fix context manager use in posixpath.join() tests
authorHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 08:48:19 +0000 (10:48 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 08:48:19 +0000 (10:48 +0200)
commit7cdc2bdd0d13982256fb28f49696fa70baab7ed0
tree6360fdc5f00214ddca996a791f23117d3cb4a003
parent954d46b2ccf2c5800b89bd6c8616cafeb39168d6
Fix context manager use in posixpath.join() tests

The asserts were useless (and buggy).
Lib/test/test_posixpath.py