mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
Use 'file delete' instead of 'exec rm -f'.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -163,7 +163,7 @@ proc long_filenames { } {
|
||||
}
|
||||
close $f
|
||||
|
||||
exec rm -f $file1 $file2
|
||||
file delete $file1 $file2
|
||||
pass $testname
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user