commit | 55a5cb1a4ddf86adfbc1fa8eb157dd0efb4972df | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Thu Mar 26 19:24:13 2015 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Thu Mar 26 19:24:13 2015 +0000 |
tree | 8e39eacaffa6516799491ea49e79aa1bfdf64edc | |
parent | aaa9c561ca4602c5ea06715a0ad9a5fac93399e3 [diff] |
[ARM] Fix some non-portable shell syntax in r233301's tests The "|&" operator isn't POSIX, so it can fail depending on the host's default shell. Avoid it. There were also a couple of places that did "2>1", but this creates a file called "1". They clearly meant "2>&1". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233309 91177308-0d34-0410-b5e6-96231b3b80d8