scriptlike
scriptlike copied to clipboard
Unittests fail on OSX because its temp dir contains a symlink...
...and getcwd
(unavoidably) resolves symlinks automatically (unlike the pwd
shell command).
Fixing this properly will require #21.
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.