aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2018-09-05 20:07:25 +0300
committerDominik Ritter <dritter03@googlemail.com>2018-09-05 20:07:25 +0300
commit94897a40f0775e54e181e98fd152d981ca188e98 (patch)
treeb283c264572d9749631af54d307b5e477e2edee8
parentd326ba6b1b182b8e0eed92e2dcf1d02001a6fe91 (diff)
Fix tests
-rwxr-xr-xtest/powerlevel9k.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/powerlevel9k.spec b/test/powerlevel9k.spec
index 37aa2704..586c2b27 100755
--- a/test/powerlevel9k.spec
+++ b/test/powerlevel9k.spec
@@ -117,7 +117,7 @@ function testNewlineOnRpromptCanBeDisabled() {
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_rworld)
powerlevel9k_prepare_prompts
- assertEquals '$(print_icon MULTILINE_FIRST_PROMPT_PREFIX) world  $(print_icon MULTILINE_LAST_PROMPT_PREFIX) rworld' "$(print -P ${PROMPT}${RPROMPT})"
+ assertEquals '$(print_icon MULTILINE_FIRST_PROMPT_PREFIX) world  $(print_icon MULTILINE_LAST_PROMPT_PREFIX) rworld' "$(print -P ${PROMPT}${RPROMPT})"
}
source shunit2/shunit2