Fix the YCM tests on Mac.

macOS temporary directories (/tmp and /var/folders) are symlinks. This
tripped up our YCM config and tests, which resolved symlinks with
os.path.realpath in a few spots but not everywhere.

Resolving symlinks doesn't seem to buy us anything, so this commit
removes every use of os.path.realpath and makes things happy.

BUG=643286

Review-Url: https://codereview.chromium.org/2303813002
Cr-Commit-Position: refs/heads/master@{#417718}
2 files changed