exercism / v3

The work-in-progress project for developing v3 tracks
https://v3.exercism.io
Other
170 stars 163 forks source link

[Rust] patch test_pr.sh for BSD mktemp #2916

Closed ghost closed 3 years ago

ghost commented 3 years ago

It looks like BSD's mktemp does not support the long option --directory. But GNU's supports the -d. So I updated the script to use -d.

The sweet smell of cross-platform utilities!