aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/segments/background_jobs.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/segments/background_jobs.spec b/test/segments/background_jobs.spec
index c38f2d17..0a61c3e1 100755
--- a/test/segments/background_jobs.spec
+++ b/test/segments/background_jobs.spec
@@ -40,7 +40,7 @@ function testBackgroundJobsSegmentWorksWithOneBackgroundJob() {
}
function testBackgroundJobsSegmentWorksWithMultipleBackgroundJobs() {
- unset POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE
+ local POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false
local -a POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(background_jobs)
jobs() {