Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: trim environment variable values
When working on #78, I was hit by a test failing on linux (debian host) Our code is triming values so we need to adjust the test code to make sure we also trim values before doing the comparison. Example: ``` expected: "${debian_chroot:+($debian_chroot)}\\u@\\h:\\w\\$ " actual: "${debian_chroot:+($debian_chroot)}\\u@\\h:\\w\\$" ```
- Loading branch information