aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/lib
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2007-01-23 13:30:47 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2007-01-23 13:30:47 +0000
commit7b69d46638328d6604391a1a052c04600821612f (patch)
tree51556fba0f5689f4e120eed64423192139dd18dd /ld/testsuite/lib
parent7d85ee0220e8d2c0164efc94057d8b01bb2d1111 (diff)
downloadbinutils-7b69d46638328d6604391a1a052c04600821612f.zip
binutils-7b69d46638328d6604391a1a052c04600821612f.tar.gz
binutils-7b69d46638328d6604391a1a052c04600821612f.tar.bz2
* lib/ld-lib.exp (run_dump_test): Don't prematurely remove
assembler output.
Diffstat (limited to 'ld/testsuite/lib')
-rw-r--r--ld/testsuite/lib/ld-lib.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp
index 1f0e343..bee8f14 100644
--- a/ld/testsuite/lib/ld-lib.exp
+++ b/ld/testsuite/lib/ld-lib.exp
@@ -1,6 +1,6 @@
# Support routines for LD testsuite.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2006 Free Software Foundation, Inc.
+# 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -882,7 +882,6 @@ proc run_dump_test { name } {
}
} else {
set objfile "tmpdir/dump0.o"
- catch "exec rm -f $objfile" exec_output
}
# We must not have expected failure if we get here.