Use grep instead of sed because on Solaris sed doesn't copy null bytes and
authorReid Spencer <rspencer@reidspencer.com>
Sat, 27 Nov 2004 06:27:30 +0000 (06:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 27 Nov 2004 06:27:30 +0000 (06:27 +0000)
commitf461ead5990b9a2e25adbf0c0bf99d826eebfe90
tree58d48dc64ee7a2d388f0aa3ed29e9ac2f884d94e
parent9df7aea12ee1e74ed01a2dc04dc647b6e3d08e55
Use grep instead of sed because on Solaris sed doesn't copy null bytes and
it needs to in order for the bug in MacOSX archives to be tested correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18269 91177308-0d34-0410-b5e6-96231b3b80d8
test/Archive/ranlib_GNU.ll
test/Archive/ranlib_MacOSX.ll
test/Archive/ranlib_SVR4.ll
test/Archive/ranlib_xpg4.ll
test/Archive/toc_GNU.ll
test/Archive/toc_MacOSX.ll
test/Archive/toc_SVR4.ll
test/Archive/toc_xpg4.ll