summaryrefslogtreecommitdiff
path: root/binutils/testsuite
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
commit46506b7f6138b9c872b040cdd05163d2dada9e9f (patch)
tree60bdcdaa0fcb5f7a9436387644b523a4265072e8 /binutils/testsuite
parentbb050abfe5d2285ca2c84eefa21878b58a5a4b99 (diff)
downloadbinutils-redhat-46506b7f6138b9c872b040cdd05163d2dada9e9f.tar.gz
Delete created files upon successful completeion of the test.
Diffstat (limited to 'binutils/testsuite')
-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 a9c846e70e..5e061a9883 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 bbd03aba93..d73b975944 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
}