Remove most instances of REQUIRES: shell from the tools/extra tests
authorReid Kleckner <rnk@google.com>
Tue, 16 Aug 2016 16:07:46 +0000 (16:07 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 16 Aug 2016 16:07:46 +0000 (16:07 +0000)
commit23c2eac34dc4560a976be703ec7a45198abce12c
tree87c081dc6a6c70db9f16a37a47e4a10922bcf8b6
parent66e7717b4620e439f6fc0f1fe4a29edb0cde3512
Remove most instances of REQUIRES: shell from the tools/extra tests

None of these tests actually require bash, they just have quoting bugs
when paths contain backslashes and colons. Fix them with the "%/T" lit
substitution variants.

llvm-svn: 278815
clang-tools-extra/test/clang-tidy/clang-tidy-run-with-database.cpp
clang-tools-extra/test/clang-tidy/list-checks.cpp
clang-tools-extra/test/include-fixer/commandline_options.cpp
clang-tools-extra/test/include-fixer/exit_on_fatal.cpp
clang-tools-extra/test/include-fixer/fixeddb.cpp
clang-tools-extra/test/include-fixer/include_path.cpp
clang-tools-extra/test/include-fixer/merge.test
clang-tools-extra/test/include-fixer/prefix_variable.cpp
clang-tools-extra/test/include-fixer/yamldb.cpp
clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp