Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize expected path for chdir tests
The expected path comes from a simple string concatenation in shell, but `os.Getwd` appears to have the normalized working directory, so this can fail if any parent directory is a symlink.
- Loading branch information