ucode
ucode copied to clipboard
fix errors when running ./tests/custom/run_tests.sh on Macos
- set LC_ALL=C
- generate the tempdir differently so this working on Macos ( still working on linux )
- keep the tempdir when we have a failure
- fix difference on uc_index because of difference of implementation of memmem between Linux/MacOs
- add a regeression test for readlink
Hi @nbd168 , I saw you committed some changes related to MacOs , do you have times to test this PR ? I tested this PR on MacoS Ventura .
@jow- , i updated this PR because i saw you fixed the issue with memmem .
I tested this on Macos 13.6 and on Debian Bookwork . On both systems /tests/custom/run_tests.sh
return the same status and a clean output
Ran 170 tests, 170 okay, 0 failures