aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/segments/go_version.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/segments/go_version.spec b/test/segments/go_version.spec
index aa9f625d..173086e0 100755
--- a/test/segments/go_version.spec
+++ b/test/segments/go_version.spec
@@ -19,8 +19,11 @@ function testGo() {
alias go=mockGo
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(go_version)
+ PWD="$HOME/go/src/github.com/bhilburn/powerlevel9k"
+
assertEquals "%K{green} %F{255}go1.5.3 %k%F{green}%f " "$(build_left_prompt)"
+ unset PWD
unset POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
unalias go
}