From 55aba7043f437bf4345543b46cd99593bc821a5a Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 7 Mar 2005 23:12:53 +0000 Subject: * config/default.exp: Remove send_user call for stray output. --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/config/default.exp | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 89f1e4d..0902adc 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-08 Ben Elliston + + * config/default.exp: Remove send_user call for stray output. + 2005-01-04 Martin Koegler * binutils-all/testprog.c: Add prototype for printf() and make diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index 5738f48..f418abb 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -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 { -- cgit v1.1