Hi all, A clean clone of org-mode turns up two test failures for me (test-org/deadline-close-p and test-org/refile-get-targets), which I believe are false failures. The attached (tiny) patch addresses them both. test-org/deadline-close-p fails due to a time zone difference. The test assumes that a current time of '(22353 6425 905205 644000) corresponds to 2016-06-03 Fri 01:43, but in my timezone it corresponds to 2016-06-02 Thu 22:43. test-org/refile-get-targets fails because on macOS /tmp is a symlink to /private/tmp, and refile-get-targets resolves symlinks, but the test does not. Best, Galen