Fix test for background_jobs segment

pull/22/head
Dominik Ritter 7 years ago
parent 06de83cc0f
commit 3b0397d1a6

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

Loading…
Cancel
Save