##// END OF EJS Templates
Modifies test_get_long_path_name_winr32() to fix #4629
watercrossing -
Show More
@@ -453,8 +453,8 def test_get_ipython_module_path():
453 453 def test_get_long_path_name_win32():
454 454 with TemporaryDirectory() as tmpdir:
455 455
456 # Make a long path. Expands the path of tmpdir prematurely to make sure only the
457 # last part is different later on.
456 # Make a long path. Expands the path of tmpdir prematurely as it may already have a long
457 # path component, so ensure we include the long form of it
458 458 long_path = os.path.join(path.get_long_path_name(tmpdir), u'this is my long path name')
459 459 os.makedirs(long_path)
460 460
General Comments 0
You need to be logged in to leave comments. Login now