diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-10 08:22:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-10 08:22:00 +0000 |
commit | aa45f76d84986d6a6e3ca8410212e947561a1805 (patch) | |
tree | 60f4af703db6db8d3e067a523f4aaa284fd95479 /binutils/testsuite/binutils-all | |
parent | acfbab8a5f3cfe34bb28451121f416bc8f060d4c (diff) | |
download | gdb-aa45f76d84986d6a6e3ca8410212e947561a1805.zip gdb-aa45f76d84986d6a6e3ca8410212e947561a1805.tar.gz gdb-aa45f76d84986d6a6e3ca8410212e947561a1805.tar.bz2 |
Delete created files upon successful completeion of the test.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/ar.exp | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |