Skip this test when using lit integrated shell

It wasn't passing on UNIX with LIT_USE_INTERNAL_SHELL=1
due to cat globbing.

llvm-svn: 193443
This commit is contained in:
Alp Toker 2013-10-25 22:30:07 +00:00
parent a694171f34
commit dbb846a463

View File

@ -2,6 +2,9 @@
// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s
// RUN: cat %t/*.html | FileCheck %s
// Because of the glob (*.html)
// REQUIRES: shell
// CHECK: <h3>Annotated Source Code</h3>
// Without tweaking expr, the expr would hit to the line below