summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2017-11-17 00:11:12 +0000
committerMatt Morehouse <mascasa@google.com>2017-11-17 00:11:12 +0000
commit51b009af119ce237a727998f654fcf1add9cac3e (patch)
treeedfe0e410fcd4262776ff629cb81f68226533432
parentabaa3bfbc22b0efda02de641cce007a423ed46d8 (diff)
[libFuzzer] Fix flaky merge.test.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@318475 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/merge.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/merge.test b/test/fuzzer/merge.test
index d77a4473b..d17405595 100644
--- a/test/fuzzer/merge.test
+++ b/test/fuzzer/merge.test
@@ -58,7 +58,7 @@ MERGE_WITH_CRASH: MERGE-OUTER: succesfull in 2 attempt(s)
MERGE_WITH_CRASH: MERGE-OUTER: 3 new files
# Check that we actually limit the size with max_len
-RUN: rm %t/T1/*
+RUN: rm %t/T1/* %t/T2/*
RUN: echo 'FUZZER' > %t/T2/FUZZER
RUN: %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 -max_len=5 2>&1 | FileCheck %s --check-prefix=MERGE_LEN5
RUN: not grep FUZZER %t/T1/*