diff options
Diffstat (limited to 'ld/testsuite/ld-elfvers')
-rw-r--r-- | ld/testsuite/ld-elfvers/vers.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elfvers/vers.exp b/ld/testsuite/ld-elfvers/vers.exp index c5256fc..48ba4ca 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 |