mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Use 'file delete' instead of 'exec rm -f'.
This commit is contained in:
@@ -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