edwinb / Idris2-boot

A dependently typed programming language, a successor to Idris
https://idris-lang.org/
Other
903 stars 58 forks source link

Update chez016 test to not rely on realpath #361

Closed chrrasmussen closed 4 years ago

chrrasmussen commented 4 years ago

I was made aware that the command realpath is not available on macOS by default. To avoid relying on realpath I changed the test to use dirname/basename instead.

The test runner runs the test using a relative path, i.e.: ./run ../../../idris2 It is also possible to run the test using an absolute path: ./run ~/.idris2/bin/idris2