We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3b731 commit 6660f61Copy full SHA for 6660f61
git/test/objects/test_submodule.py
@@ -366,8 +366,9 @@ def _do_base_tests(self, rwrepo):
366
abspmp = nsm.abspath
367
assert nsm.move(nmp) is nsm
368
nmp = nmp[:-1] # cut last /
369
- assert nsm.path == nmp
370
- assert rwrepo.submodules[0].path == nmp
+ nmpl = to_native_path_linux(nmp)
+ assert nsm.path == nmpl
371
+ assert rwrepo.submodules[0].path == nmpl
372
373
mpath = 'newsubmodule'
374
absmpath = join_path_native(rwrepo.working_tree_dir, mpath)
0 commit comments