| 1 | ## Zig standalone POSIX tests |
| 2 | |
| 3 | This directory is just for std.posix-related test cases that depend on |
| 4 | process-wide state like the current-working directory, signal handlers, |
| 5 | fork, the main thread, environment variables, etc. Most tests (e.g, |
| 6 | around file descriptors, etc) are with the unit tests in |
| 7 | `lib/std/posix/test.zig`. New tests should be with the unit tests, unless |
| 8 | there is a specific reason they cannot. |