summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Archive/extract_GNU.ll2
-rw-r--r--test/Archive/extract_MacOSX.ll2
-rw-r--r--test/Archive/extract_SVR4.ll2
-rw-r--r--test/Archive/extract_xpg4.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/Archive/extract_GNU.ll b/test/Archive/extract_GNU.ll
index 486dd86478..f19840a14e 100644
--- a/test/Archive/extract_GNU.ll
+++ b/test/Archive/extract_GNU.ll
@@ -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
diff --git a/test/Archive/extract_MacOSX.ll b/test/Archive/extract_MacOSX.ll
index e835f4037f..c811a59b33 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
diff --git a/test/Archive/extract_SVR4.ll b/test/Archive/extract_SVR4.ll
index 9fa8ceda7c..446d52c211 100644
--- a/test/Archive/extract_SVR4.ll
+++ b/test/Archive/extract_SVR4.ll
@@ -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
diff --git a/test/Archive/extract_xpg4.ll b/test/Archive/extract_xpg4.ll
index 72a5b90ea2..c816d914d2 100644
--- a/test/Archive/extract_xpg4.ll
+++ b/test/Archive/extract_xpg4.ll
@@ -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