Abscissa / scriptlike

Utility library to help you write script-like programs in D
Other
93 stars 10 forks source link

Unittests fail on OSX because its temp dir contains a symlink... #22

Open Abscissa opened 9 years ago

Abscissa commented 9 years ago

...and getcwd (unavoidably) resolves symlinks automatically (unlike the pwd shell command).

Fixing this properly will require #21.

Abscissa commented 7 years ago

This shouldn't be an issue now that the old "plain script" example has been deemed outdated and removed, but I should enable OSX testing on travis-ci to verify.