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-Original-Commit-Position: refs/heads/master@{#417718}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 50d5177ecba5f3662f899a1972739571d25ffcc2
2 files changed