Skip to content

Commit 3c10cf0

Browse files
authored
Fix merge snafu
1 parent c358142 commit 3c10cf0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_ntpath.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,6 @@ def test_realpath_basic(self, kwargs):
472472
self.assertEqual(ABSTFN + "\0spam",
473473
ntpath.realpath(os_helper.TESTFN + "\0spam", **kwargs))
474474

475-
# gh-106242: Embedded nulls and non-strict fallback to abspath
476-
self.assertEqual(ABSTFN + "\0spam",
477-
ntpath.realpath(os_helper.TESTFN + "\0spam", strict=False))
478-
479475
@os_helper.skip_unless_symlink
480476
@unittest.skipUnless(HAVE_GETFINALPATHNAME, 'need _getfinalpathname')
481477
def test_realpath_strict(self):

0 commit comments

Comments
 (0)