Browse Source

Use 'file delete' instead of 'exec rm -f'.

binutils-2_13-branch
Nick Clifton 25 years ago
parent
commit
690649bea2
  1. 5
      binutils/testsuite/ChangeLog
  2. 2
      binutils/testsuite/binutils-all/ar.exp

5
binutils/testsuite/ChangeLog

@ -1,3 +1,8 @@
2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
* binutils-all/ar.exp (long_filenames): Use 'file delete' instead
of 'exec rm -f'.
2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
* binutils-all/ar.exp (long_filenames): Delete the abc... files

2
binutils/testsuite/binutils-all/ar.exp

@ -163,7 +163,7 @@ proc long_filenames { } {
}
close $f
exec rm -f $file1 $file2
file delete $file1 $file2
pass $testname
}

Loading…
Cancel
Save