From 8c0df73d81149ac3346e4ced3dd769db1d05b74a Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Wed, 20 Jun 2018 21:44:12 +0200 Subject: [PATCH] Fix tests --- test/powerlevel9k.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/powerlevel9k.spec b/test/powerlevel9k.spec index 16043d00..0ddf36c1 100755 --- a/test/powerlevel9k.spec +++ b/test/powerlevel9k.spec @@ -123,7 +123,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})" unset POWERLEVEL9K_PROMPT_ON_NEWLINE unset POWERLEVEL9K_RPROMPT_ON_NEWLINE