Updated testBoldRootSubsubdirWorks()

Forgot to initialize the bolding variable
pull/22/head
Christo Kotze 2018-02-14 14:05:49 +04:00
parent dba80dbee9
commit 276bc9017c
1 changed files with 2 additions and 0 deletions

View File

@ -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() {