Revert r159528 which taught lit's builtin shell test runner about the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 20:43:21 +0000 (20:43 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 20:43:21 +0000 (20:43 +0000)
commit1f7ebddd5f6f6787023a0b7b2cd3dd4e80e10447
tree41857536ca7f1323972e9fc2b7db64d637e6cc82
parent20d8c1645c84a8d946fc21b599ebf49e3e798ddd
Revert r159528 which taught lit's builtin shell test runner about the
'|&' bash syntax. We have lots of users with a bash on their system
which doesn't support this syntax, and as bash is still significantly
faster, we should support them.

The test suite has already been updated to cope with this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159580 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/ShUtil.py