aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-04-10 08:22:00 +0000
committerNick Clifton <nickc@redhat.com>2002-04-10 08:22:00 +0000
commitaa45f76d84986d6a6e3ca8410212e947561a1805 (patch)
tree60f4af703db6db8d3e067a523f4aaa284fd95479 /binutils
parentacfbab8a5f3cfe34bb28451121f416bc8f060d4c (diff)
downloadgdb-aa45f76d84986d6a6e3ca8410212e947561a1805.zip
gdb-aa45f76d84986d6a6e3ca8410212e947561a1805.tar.gz
gdb-aa45f76d84986d6a6e3ca8410212e947561a1805.tar.bz2
Delete created files upon successful completeion of the test.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/ChangeLog19
-rw-r--r--binutils/testsuite/binutils-all/ar.exp1
2 files changed, 12 insertions, 8 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index a9c846e..5e061a9 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,13 +1,16 @@
2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
- * binutils-all/windres/capstyle.rsd: Regernate using MSVC.
- * binutils-all/windres/deflang.rsd: Regernate using MSVC.
- * binutils-all/windres/dialogsignature.rsd: Regernate using MSVC.
- * binutils-all/windres/escapea.rsd: Regernate using MSVC.
- * binutils-all/windres/escapex.rsd: Regernate using MSVC.
- * binutils-all/windres/nocaption.rsd: Regernate using MSVC.
- * binutils-all/windres/printstyle.rsd: Regernate using MSVC.
- * binutils-all/windres/sublang.rsd: Regernate using MSVC.
+ * binutils-all/ar.exp (long_filenames): Delete the abc... files
+ upon successfully completion of the test.
+
+ * binutils-all/windres/capstyle.rsd: Regenerate using MSVC.
+ * binutils-all/windres/deflang.rsd: Regenerate using MSVC.
+ * binutils-all/windres/dialogsignature.rsd: Regenerate using MSVC.
+ * binutils-all/windres/escapea.rsd: Regenerate using MSVC.
+ * binutils-all/windres/escapex.rsd: Regenerate using MSVC.
+ * binutils-all/windres/nocaption.rsd: Regenerate using MSVC.
+ * binutils-all/windres/printstyle.rsd: Regenerate using MSVC.
+ * binutils-all/windres/sublang.rsd: Regenerate using MSVC.
2002-04-09 Nick Clifton <nickc@cambridge.redhat.com>
diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp
index bbd03ab..d73b975 100644
--- a/binutils/testsuite/binutils-all/ar.exp
+++ b/binutils/testsuite/binutils-all/ar.exp
@@ -163,6 +163,7 @@ proc long_filenames { } {
}
close $f
+ exec rm -f $file1 $file2
pass $testname
}