Skip to content

Commit c012a6a

Browse files
authored
Fix test suite regression from #16932 (#16942)
The tiny bug here was missed on github CI as we don't run that test on Mac here.
1 parent 4e73614 commit c012a6a

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
@@ -5910,7 +5910,7 @@ def test_unistd_unlink(self, fs):
59105910
if WINDOWS:
59115911
self.emcc_args += ['-DNO_SYMLINK=1']
59125912
if MACOS:
5913-
self.skipTest()
5913+
self.skipTest('only tested on linux')
59145914

59155915
# Several differences/bugs on non-linux including https://github.com/nodejs/node/issues/18014
59165916
# TODO: NODERAWFS in WasmFS

0 commit comments

Comments
 (0)