From: Daniel Jacobowitz Date: Mon, 18 Feb 2002 03:21:56 +0000 (+0000) Subject: 2002-02-17 Daniel Jacobowitz X-Git-Tag: binutils-2_12~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=884cf17289749928a4e0937507fd7565a0b44a69;p=thirdparty%2Fbinutils-gdb.git 2002-02-17 Daniel Jacobowitz * vers.exp: Do not call diff -q. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 8b1c596bc7c..91dcdf4ae65 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-02-17 Daniel Jacobowitz + + * vers.exp: Do not call diff -q. + 2002-02-18 John David Anglin * ld-selective/selective.exp: Link against libgcc on diff --git a/ld/testsuite/ld-elfvers/vers.exp b/ld/testsuite/ld-elfvers/vers.exp index c5256fcfa9e..48ba4ca5d68 100644 --- a/ld/testsuite/ld-elfvers/vers.exp +++ b/ld/testsuite/ld-elfvers/vers.exp @@ -84,7 +84,7 @@ proc test_ar { test lib object expect } { catch "exec $nm --print-armap $tmpdir/$lib | grep \\\ in\\\ | egrep VERS\\\|bar\\\|foo | sort > $tmpdir/nm.out" exec_output if [string match "" $exec_output] then { - catch "exec $diff -q $tmpdir/nm.out $srcdir/$subdir/$expect" exec_output + catch "exec $diff $tmpdir/nm.out $srcdir/$subdir/$expect" exec_output set exec_output [prune_warnings $exec_output] if [string match "" $exec_output] then { pass $test