[ARM] Fix some non-portable shell syntax in r233301's tests
authorJustin Bogner <mail@justinbogner.com>
Thu, 26 Mar 2015 19:24:13 +0000 (19:24 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 26 Mar 2015 19:24:13 +0000 (19:24 +0000)
commit55a5cb1a4ddf86adfbc1fa8eb157dd0efb4972df
tree8e39eacaffa6516799491ea49e79aa1bfdf64edc
parentaaa9c561ca4602c5ea06715a0ad9a5fac93399e3
[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
test/MC/ARM/basic-arm-instructions-v8.1a.s
test/MC/Disassembler/ARM/thumb-v8.1a.txt