clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing.

llvm-svn: 221263
This commit is contained in:
NAKAMURA Takumi 2014-11-04 13:05:10 +00:00
parent 217ee5bf92
commit bf37ee795c
1 changed files with 1 additions and 4 deletions

View File

@ -1,12 +1,9 @@
// RUN: rm -rf %t
// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s
// RUN: cat %t/*.html | FileCheck %s
// RUN: find %t -name "*.html" -exec cat "{}" ";" | FileCheck %s
// REQUIRES: staticanalyzer
// Because of the glob (*.html)
// REQUIRES: shell
// CHECK: <h3>Annotated Source Code</h3>
// Without tweaking expr, the expr would hit to the line below