Skip to content

Commit bc4ffdf

Browse files
authored
Fix recently-commented skipTest on windows (#16100)
1 parent 581d2ae commit bc4ffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5626,7 +5626,7 @@ def test_unistd_links(self, args, nodefs):
56265626
self.emcc_args += args
56275627

56285628
if WINDOWS and nodefs:
5629-
self.skipTest('Skipping NODEFS part of this test for test_unistd_links on Windows, since it would require administrative privileges.', file=sys.stderr)
5629+
self.skipTest('Skipping NODEFS part of this test for test_unistd_links on Windows, since it would require administrative privileges.')
56305630
# Also, other detected discrepancies if you do end up running this test on NODEFS:
56315631
# test expects /, but Windows gives \ as path slashes.
56325632
# Calling readlink() on a non-link gives error 22 EINVAL on Unix, but simply error 0 OK on Windows.

0 commit comments

Comments
 (0)