diff options
author | Christo Kotze <onaforeignshore@hotmail.co.uk> | 2018-02-14 13:05:49 +0300 |
---|---|---|
committer | Christo Kotze <onaforeignshore@hotmail.co.uk> | 2018-02-14 13:05:49 +0300 |
commit | 276bc9017c99591cfdab373f659182c7e9166063 (patch) | |
tree | bdd9a1f05eb68c366186ac0ea55568d77aa76426 /test | |
parent | dba80dbee922fee79b8709ac7fa981867bed89c5 (diff) |
Updated testBoldRootSubsubdirWorks()
Forgot to initialize the bolding variable
Diffstat (limited to 'test')
-rwxr-xr-x | test/segments/dir.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/segments/dir.spec b/test/segments/dir.spec index 221ccea2..a7be9fe2 100755 --- a/test/segments/dir.spec +++ b/test/segments/dir.spec @@ -470,6 +470,7 @@ function testBoldRootSubdirWorks() { } function testBoldRootSubsubdirWorks() { + POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true mkdir -p /tmp/powerlevel9k-test cd /tmp/powerlevel9k-test @@ -477,6 +478,7 @@ function testBoldRootSubsubdirWorks() { cd - rm -fr /tmp/powerlevel9k-test + unset POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD } function testHighlightHomeWorks() { |