OSDN Git Service

[FileCheck] Try to fix windows bots broken by r346272
authorJoel E. Denny <jdenny.ornl@gmail.com>
Tue, 6 Nov 2018 22:42:10 +0000 (22:42 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Tue, 6 Nov 2018 22:42:10 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346277 91177308-0d34-0410-b5e6-96231b3b80d8

test/FileCheck/envvar-opts.txt

index bc52d88..b25ecb8 100644 (file)
@@ -3,11 +3,11 @@
 ; CHECK: foo
 ; CHECK: bar
 
-; RUN: FILECHECK_OPTS= \
+; RUN: env FILECHECK_OPTS= \
 ; RUN: not FileCheck %s -input-file %t.in 2>&1 \
 ; RUN: | FileCheck -check-prefix QUIET %s
 
-; RUN: FILECHECK_OPTS=-v \
+; RUN: env FILECHECK_OPTS=-v \
 ; RUN: not FileCheck %s -input-file %t.in 2>&1 \
 ; RUN: | FileCheck -check-prefix VERB %s