(f)
| 3666 | # Like other symlink tests, skip these on WASI for now. |
| 3667 | if support.is_wasi: |
| 3668 | def symlink_test(f): |
| 3669 | return unittest.skip("WASI: Skip symlink test for now")(f) |
| 3670 | else: |
| 3671 | def symlink_test(f): |
| 3672 | return f |
nothing calls this directly
no test coverage detected
searching dependent graphs…