diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2018-09-05 20:54:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 20:54:22 +0300 |
commit | 96f3c1da10e9b1b834402da7978e448436e8d000 (patch) | |
tree | b283c264572d9749631af54d307b5e477e2edee8 /test/segments/ram.spec | |
parent | e207dec8de036112fcac8b8face41e87e1d0b7ec (diff) | |
parent | 94897a40f0775e54e181e98fd152d981ca188e98 (diff) |
Merge pull request #959 from dritter/fix_color_values
[Discussion] Change bright colors to old version
Diffstat (limited to 'test/segments/ram.spec')
-rwxr-xr-x | test/segments/ram.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/segments/ram.spec b/test/segments/ram.spec index a3d97aa7..2c9f1693 100755 --- a/test/segments/ram.spec +++ b/test/segments/ram.spec @@ -36,7 +36,7 @@ Pages inactive: 1313411. source ${P9K_HOME}/powerlevel9k.zsh-theme local OS="OSX" # Fake OSX - assertEquals "%K{011} %F{000}RAM %f%F{000}6.15G " "$(prompt_ram left 1 false ${FOLDER})" + assertEquals "%K{003} %F{000}RAM %f%F{000}6.15G " "$(prompt_ram left 1 false ${FOLDER})" unalias vm_stat } @@ -49,7 +49,7 @@ function testRamSegmentWorksOnBsd() { source ${P9K_HOME}/powerlevel9k.zsh-theme local OS="BSD" # Fake BSD - assertEquals "%K{011} %F{000}RAM %f%F{000}0.29M " "$(prompt_ram left 1 false ${FOLDER})" + assertEquals "%K{003} %F{000}RAM %f%F{000}0.29M " "$(prompt_ram left 1 false ${FOLDER})" } function testRamSegmentWorksOnLinux() { @@ -60,7 +60,7 @@ function testRamSegmentWorksOnLinux() { source ${P9K_HOME}/powerlevel9k.zsh-theme local OS="Linux" # Fake Linux - assertEquals "%K{011} %F{000}RAM %f%F{000}0.29G " "$(prompt_ram left 1 false ${FOLDER})" + assertEquals "%K{003} %F{000}RAM %f%F{000}0.29G " "$(prompt_ram left 1 false ${FOLDER})" } source shunit2/shunit2
\ No newline at end of file |