Stop using nonportable flags of readlink
commit65d26c170b3a179eb8bdf3f655cdf135e6c360d3
authorWouter Verhelst <w@uter.be>
Wed, 4 Apr 2018 11:27:19 +0000 (4 13:27 +0200)
committerWouter Verhelst <w@uter.be>
Wed, 4 Apr 2018 11:27:19 +0000 (4 13:27 +0200)
treed721e5592070c10b9b0bfcc9145faa7612804976
parent19ca8b5e43600260051c54021041aef4befc455a
Stop using nonportable flags of readlink

"readlink -f" is a GNU extension. On OSX (where we try to run the test
suite, too, courtesy of travis CI) it does not exist.

Not sure why we ever added it in the first place (symlinks work, you
know) so just drop it entirely; there is no need to canonicalize things
here.
tests/run/simple_test