aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Hutchinson <jhutchinson@wehco.com>2017-05-26 01:19:56 +0300
committerJason Hutchinson <jhutchinson@wehco.com>2017-05-26 01:19:56 +0300
commitf81ecc11f6f81b10070abeb70dcedb8035f55056 (patch)
treebf2e53eedf5208b2955e006bd7c770630d1c8ce4
parenta6887eb1653cc330135146e7b50b94df48e670bc (diff)
set GO_ICON manually in test
-rwxr-xr-xtest/segments/go_version.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/segments/go_version.spec b/test/segments/go_version.spec
index f964df08..2aac460b 100755
--- a/test/segments/go_version.spec
+++ b/test/segments/go_version.spec
@@ -35,13 +35,14 @@ function mockGoEmptyGopath() {
function testGo() {
alias go=mockGo
+ POWERLEVEL9K_GO_ICON=""
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)"
-
+ assertEquals "%K{green} %F{255%}%f %F{255}go1.5.3 %k%F{green}%f " "$(build_left_prompt)"
+ unset POWERLEVEL9K_GO_ICON
unset PWD
unset POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
unalias go