RUN: rm -rf %t/PruneCorpus RUN: mkdir -p %t/PruneCorpus RUN: echo a > %t/PruneCorpus/a RUN: echo b > %t/PruneCorpus/b RUN: LLVMFuzzer-EmptyTest %t/PruneCorpus -prune_corpus=1 -runs=0 2>&1 | FileCheck %s --check-prefix=PRUNE RUN: LLVMFuzzer-EmptyTest %t/PruneCorpus -prune_corpus=0 -runs=0 2>&1 | FileCheck %s --check-prefix=NOPRUNE RUN: rm -rf %t/PruneCorpus PRUNE: READ units: 2 PRUNE: INITED{{.*}}units: 1 NOPRUNE: READ units: 2 NOPRUNE: INITED{{.*}}units: 2