From: Vitaly Buka Date: Sat, 25 Mar 2017 01:19:45 +0000 (+0000) Subject: [libFuzzer] Fix test on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc4a0d11e4dccb4943ca6a9a1f53e528e544e40d;p=llvm [libFuzzer] Fix test on Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298757 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Fuzzer/test/minimize_two_crashes.test b/lib/Fuzzer/test/minimize_two_crashes.test index 1fdffb809de..2358d8c2a92 100644 --- a/lib/Fuzzer/test/minimize_two_crashes.test +++ b/lib/Fuzzer/test/minimize_two_crashes.test @@ -2,7 +2,7 @@ RUN: rm -rf %t && mkdir %t RUN: echo H12345678901234667888090 > %t/long_crash -RUN: ASAN_OPTIONS=dedup_token_length=3 LLVMFuzzer-TwoDifferentBugsTest -seed=1 -minimize_crash=1 %t/long_crash -exact_artifact_path=%t/result 2>&1 | FileCheck %s +RUN: env ASAN_OPTIONS=dedup_token_length=3 LLVMFuzzer-TwoDifferentBugsTest -seed=1 -minimize_crash=1 %t/long_crash -exact_artifact_path=%t/result 2>&1 | FileCheck %s CHECK: DedupToken1: DEDUP_TOKEN: Bar CHECK: DedupToken2: DEDUP_TOKEN: Bar