summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristo Kotze <onaforeignshore@hotmail.co.uk>2018-02-14 13:05:49 +0300
committerChristo Kotze <onaforeignshore@hotmail.co.uk>2018-02-14 13:05:49 +0300
commit276bc9017c99591cfdab373f659182c7e9166063 (patch)
treebdd9a1f05eb68c366186ac0ea55568d77aa76426 /test
parentdba80dbee922fee79b8709ac7fa981867bed89c5 (diff)
Updated testBoldRootSubsubdirWorks()
Forgot to initialize the bolding variable
Diffstat (limited to 'test')
-rwxr-xr-xtest/segments/dir.spec2
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() {