aboutsummaryrefslogtreecommitdiff
path: root/tests/core/os
Commit message (Expand)AuthorAgeFilesLines
* fix `os.read_dir` closing the given file descriptorLaytan Laats2024-08-121-2/+4
* Fix typo.Jeroen van Rijn2024-08-081-1/+1
* Rename package to test_core_os to fit with the rest of test_*Jeroen van Rijn2024-08-081-1/+1
* Allow symlink test to work irrespective of git settings.Jeroen van Rijn2024-08-082-15/+40
* Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-041-4/+4
* fix os.read_dir with symlinksLaytan Laats2024-08-034-0/+36
* utilize `odin test -all-packages` instead of (make/bat) scripts for running t...Laytan Laats2024-06-071-10/+0
* Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit codegitlost2022-03-241-0/+10