diff options
author | 2002-04-11 13:42:03 +0000 | |
---|---|---|
committer | 2002-04-11 13:42:03 +0000 | |
commit | 690649bea2775fc4c0a61b0fc2ad338436345e64 (patch) | |
tree | e7268bccd14533a0e0d6163739adbce441d88409 /binutils/testsuite/binutils-all/ar.exp | |
parent | reorder cmpsd, movsd (diff) | |
download | binutils-gdb-690649bea2775fc4c0a61b0fc2ad338436345e64.tar.gz binutils-gdb-690649bea2775fc4c0a61b0fc2ad338436345e64.tar.bz2 binutils-gdb-690649bea2775fc4c0a61b0fc2ad338436345e64.zip |
Use 'file delete' instead of 'exec rm -f'.
Diffstat (limited to 'binutils/testsuite/binutils-all/ar.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/ar.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp index d73b9759449..f418e94ecbd 100644 --- a/binutils/testsuite/binutils-all/ar.exp +++ b/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 } |