* vers.exp: Do not call diff -q.
+2002-02-17 Daniel Jacobowitz <drow@mvista.com>
+
+ * vers.exp: Do not call diff -q.
+
2002-02-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
* ld-selective/selective.exp: Link against libgcc on
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