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_SVR4.ll | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/Archive/toc_SVR4.ll') diff --git a/test/Archive/toc_SVR4.ll b/test/Archive/toc_SVR4.ll index 9f8bdba207..930a26fd35 100644 --- a/test/Archive/toc_SVR4.ll +++ b/test/Archive/toc_SVR4.ll @@ -2,9 +2,4 @@ ;This test just makes sure that llvm-ar can generate a table of contents for ;SVR4 style archives ;RUN: llvm-ar t %p/SVR4.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/SVR4.toc -- cgit v1.2.3