forked from OSchip/llvm-project
test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!
llvm-svn: 120698
This commit is contained in:
parent
bf792065a9
commit
2dc7d5536a
|
@ -4,13 +4,13 @@
|
|||
; from various style archives.
|
||||
|
||||
; RUN: llvm-ar x %p/GNU.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/MacOSX.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/SVR4.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/xpg4.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
|
Loading…
Reference in New Issue