* 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 89f1e4d..0902adc 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 5738f48..f418abb 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 {