2002-02-17 Daniel Jacobowitz <drow@mvista.com>
* vers.exp: Do not call diff -q.
This commit is contained in:
parent
83d31a92df
commit
3b0f0b37aa
@ -1,3 +1,7 @@
|
||||
2002-02-17 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* vers.exp: Do not call diff -q.
|
||||
|
||||
2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* ld-mmix/b-nosym.d, ld-mmix/sec-6.d: Tweak for change in symbol
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user