This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Delete abcdefghijklmnopqrstuvwxyz


Hi Guys.

  I became fed up with the ar test in the binutils subdirectory
  leaving files called abcdefghijklmnopqrstuvwxyz1 and
  abcdefghijklmnopqrstuvwxyz2 lying around afterwords, so I have
  applied the patch below.

Cheers
        Nick

  PS. I also fixed the typo in my previous ChangeLog entry: Regerate
  -> Regenerate.

2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>

	* binutils-all/ar.exp (long_filenames): Delete the abc... files
	upon successfully completion of the test.

Index: testsuite/binutils-all/ar.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/ar.exp,v
retrieving revision 1.2
diff -c -3 -p -w -r1.2 ar.exp
*** testsuite/binutils-all/ar.exp	13 Mar 2001 06:43:59 -0000	1.2
--- testsuite/binutils-all/ar.exp	10 Apr 2002 08:19:54 -0000
*************** proc long_filenames { } {
*** 163,168 ****
--- 163,169 ----
      }
      close $f
  
+     exec rm -f $file1 $file2
      pass $testname
  }
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]