summaryrefslogtreecommitdiff
path: root/NEWS.md.in
diff options
context:
space:
mode:
authorGravatar Melissa Xie <melissa@thoughtbot.com>2014-11-14 14:46:29 -0500
committerGravatar Mike Burns <mike@mike-burns.com>2014-11-17 14:44:18 -0800
commitf29b24cf13ca5f141b8386614b353d75fedd71b9 (patch)
tree748f9a6da2feebf033fd0b991745d610149a9ded /NEWS.md.in
parentfbd4f8c544f7cdd4f2052dff1435f059accf2d47 (diff)
Manually resolve symlinks in test helpers
Mac OS X's `readlink` command does not support the same options as GNU, FreeBSD, and other operating systems, nor does it support canonicalizing symlink resolutions. In place of `readlink`, we're going to borrow [this] suggested implementation from the community. [this]: http://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac
Diffstat (limited to 'NEWS.md.in')
-rw-r--r--NEWS.md.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index 8efa902..3dee013 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -1,5 +1,7 @@
rcm (@PACKAGE_VERSION@) unstable; urgency=low
+ * BUGFIX: Use custom function instead of `readlink` to resolve symlinks in
+ test helpers (Melissa Xie).
* Show usage information when given bad arguments (Mike Burns).
-- Mike Burns <mburns@thoughtbot.com> Fri, 09 May 2014 14:17:49 +0200