scriptlike icon indicating copy to clipboard operation
scriptlike copied to clipboard

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

Open Abscissa opened this issue 9 years ago • 1 comments

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

Fixing this properly will require #21.

Abscissa avatar Sep 22 '15 15:09 Abscissa

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.

Abscissa avatar Mar 04 '17 06:03 Abscissa