Accommodate the braindead Solaris "diff" that doesn't understand the -q
authorReid Spencer <rspencer@reidspencer.com>
Sat, 27 Nov 2004 06:00:36 +0000 (06:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 27 Nov 2004 06:00:36 +0000 (06:00 +0000)
option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18268 91177308-0d34-0410-b5e6-96231b3b80d8

test/Archive/extract_GNU.ll
test/Archive/extract_MacOSX.ll
test/Archive/extract_SVR4.ll
test/Archive/extract_xpg4.ll

index 486dd86478c3da7b95159fc985daddea325acc77..f19840a14e5f4cec8c564ea572175cf8ae8395f1 100644 (file)
@@ -2,4 +2,4 @@
 ;This test just makes sure that llvm-ar can extract bytecode members
 ;from GNU style archives
 ;RUN: llvm-ar x %p/GNU.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null
index e835f4037f6254d4301c4f8bc0ea4308d9e6dad5..c811a59b33a2069f8b9a4226cabaf9ef856dc9e6 100644 (file)
@@ -3,4 +3,4 @@
 ;from MacOSX style archives
 
 ;RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc > /dev/null 2>/dev/null
index 9fa8ceda7ccb7cd7b78c22f3d175e005d3152c99..446d52c211cd4f7107e7405025d45351e626f3ff 100644 (file)
@@ -3,4 +3,4 @@
 ;from SVR4 style archives
 
 ;RUN: llvm-ar x %p/SVR4.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null
index 72a5b90ea2fe64e57b1bcdfc4cc0374d4470636f..c816d914d29eb810991d5ce9d46b813406928120 100644 (file)
@@ -3,4 +3,4 @@
 ;from xpg4 style archives
 
 ;RUN: llvm-ar x %p/xpg4.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null