Some versions of python will expand the glob used in the test, others wont,
causing the test to fail when run with LIT_USE_INTERNAL_SHELL=1.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185653
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
// REQUIRES: crash-recovery
+// because of the glob (*.c, *.sh)
+// REQUIRES: shell
+
// RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH=1 %clang -fsyntax-only -x c /dev/null 2>&1 | FileCheck %s
#pragma clang __debug parser_crash