1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 12:40:44 +00:00

Fix test for background_jobs segment

This commit is contained in:
Dominik Ritter 2018-07-25 07:58:38 +02:00
parent 06de83cc0f
commit 3b0397d1a6

View file

@ -40,7 +40,7 @@ function testBackgroundJobsSegmentWorksWithOneBackgroundJob() {
} }
function testBackgroundJobsSegmentWorksWithMultipleBackgroundJobs() { function testBackgroundJobsSegmentWorksWithMultipleBackgroundJobs() {
unset POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE local POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false
local -a POWERLEVEL9K_LEFT_PROMPT_ELEMENTS local -a POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(background_jobs) POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(background_jobs)
jobs() { jobs() {