* config/default.exp: Remove send_user call for stray output.
authorBen Elliston <bje@au.ibm.com>
Mon, 7 Mar 2005 23:12:53 +0000 (23:12 +0000)
committerBen Elliston <bje@au.ibm.com>
Mon, 7 Mar 2005 23:12:53 +0000 (23:12 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/config/default.exp

index 89f1e4d9e98eea654a5e4ba623d93ea1f4e4752e..0902adcd4bf5aa3e606a613b408e0d21ca8d625d 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-08  Ben Elliston  <bje@au.ibm.com>
+
+       * config/default.exp: Remove send_user call for stray output.
+
 2005-01-04  Martin Koegler  <mkoegler@auto.tuwien.ac.at>
 
        * binutils-all/testprog.c: Add prototype for printf() and make
index 5738f48fd7cec7b35b1d5a7684735e04d0af36c1..f418abb6a9b287df846cc147b2ceb10d6b090b58 100644 (file)
@@ -76,7 +76,6 @@ if ![file isdirectory tmpdir] {catch "exec mkdir tmpdir" status}
 # to force it to use the newly built assembler/linker.
 if {![file isdirectory tmpdir/gas]} then {
     catch "exec mkdir tmpdir/gas" status
-    send_user "file isfile ../gas/as-new[exe_ext]: [file isfile ../gas/as-new[exe_ext]]\n"
     if {[file isfile ../gas/as-new[exe_ext]]} then {
        catch "exec cp ../gas/as-new[exe_ext] tmpdir/gas/as[exe_ext]" status
     } else {