From 298999d59ff7cf35784d704ec3deec093f12b7f2 Mon Sep 17 00:00:00 2001 From: corinna Date: Tue, 13 Jul 2004 11:19:22 +0000 Subject: [PATCH] * gdb.base/attach.exp: Remove cleanupfile handling. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/attach.exp | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 723a1f2eeb..02234e5509 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-07-13 Corinna Vinschen + + * gdb.base/attach.exp: Remove cleanupfile handling. + 2004-07-12 Andrew Cagney * gdb.base/annota1.exp: Cleanup corefile test name. diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 30fae5a3b3..b4aaf9bb1b 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -43,7 +43,6 @@ set srcfile2 ${testfile}2.c set binfile ${objdir}/${subdir}/${testfile} set binfile2 ${objdir}/${subdir}/${testfile}2 set escapedbinfile [string_to_regexp ${objdir}/${subdir}/${testfile}] -set cleanupfile ${objdir}/${subdir}/${testfile}.awk #execute_anywhere "rm -f ${binfile} ${binfile2}" remote_exec build "rm -f ${binfile} ${binfile2}" @@ -51,10 +50,6 @@ remote_exec build "rm -f ${binfile} ${binfile2}" # #log_user 1 -# Clean out any old files from past runs. -# -remote_exec build "${cleanupfile}" - # build the first test case # if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { -- 2.11.0