From e524156f5eff56669b2d8260dee0bb8cfff65f2f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 27 Nov 2004 06:44:10 +0000 Subject: Don't depend on grep or sed to be portable at all. Just compare against static test files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18271 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Archive/toc_GNU.ll | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/Archive/toc_GNU.ll') diff --git a/test/Archive/toc_GNU.ll b/test/Archive/toc_GNU.ll index 3aeded2..136f603 100644 --- a/test/Archive/toc_GNU.ll +++ b/test/Archive/toc_GNU.ll @@ -2,9 +2,4 @@ ;This test just makes sure that llvm-ar can generate a table of contents for ;GNU style archives ;RUN: llvm-ar t %p/GNU.a > %t1 -;RUN: grep -v '^;' %s >%t2 -;RUN: diff %t2 %t1 -evenlen -oddlen -very_long_bytecode_file_name.bc -IsNAN.o +;RUN: diff %t1 %p/GNU.toc -- cgit v1.1