Skip to content

Commit 557f1ee

Browse files
Revert "Test how link() actually works on WASI."
This reverts commit a45dfd9.
1 parent a45dfd9 commit 557f1ee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_posix.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,9 +1540,6 @@ def test_link_follow_symlinks(self):
15401540
self.assertEqual(posix.lstat(link), posix.lstat(orig))
15411541
elif default_no_follow:
15421542
self.assertEqual(posix.lstat(link), posix.lstat(symlink))
1543-
if sys.platform.startswith('wasi'):
1544-
self.assertEqual(posix.lstat(link), posix.lstat(orig))
1545-
self.assertEqual(posix.lstat(link), posix.lstat(symlink))
15461543

15471544
with self.subTest('follow_symlinks=False'):
15481545
# follow_symlinks=False -> duplicate the symlink itself

0 commit comments

Comments
 (0)