forked from cloudfoundry/gosigar
-
Notifications
You must be signed in to change notification settings - Fork 77
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 (#79)
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
1 parent
5a9ad8e
commit 588927e
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters