Accommodate the braindead Solaris "diff" that doesn't understand the -q
option.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18268 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Archive/extract_MacOSX.ll b/test/Archive/extract_MacOSX.ll
index e835f40..c811a59 100644
--- a/test/Archive/extract_MacOSX.ll
+++ b/test/Archive/extract_MacOSX.ll
@@ -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