aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/attach.exp
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2004-07-13 11:19:22 +0000
committerCorinna Vinschen <corinna@vinschen.de>2004-07-13 11:19:22 +0000
commit2dd95497fe2b47a2f0322fe91dd894655a494256 (patch)
treec9815a599d44035e1fa7200c2c35aec68a9c8042 /gdb/testsuite/gdb.base/attach.exp
parent13ed4151bcd067533bf4ad7b7364f3cfc513b3e0 (diff)
downloadgdb-2dd95497fe2b47a2f0322fe91dd894655a494256.zip
gdb-2dd95497fe2b47a2f0322fe91dd894655a494256.tar.gz
gdb-2dd95497fe2b47a2f0322fe91dd894655a494256.tar.bz2
* gdb.base/attach.exp: Remove cleanupfile handling.
Diffstat (limited to 'gdb/testsuite/gdb.base/attach.exp')
-rw-r--r--gdb/testsuite/gdb.base/attach.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp
index 30fae5a..b4aaf9b 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}] != "" } {