From: Nick Clifton Date: Thu, 11 Apr 2002 13:42:03 +0000 (+0000) Subject: Use 'file delete' instead of 'exec rm -f'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=690649bea2775fc4c0a61b0fc2ad338436345e64;p=binutils-gdb.git Use 'file delete' instead of 'exec rm -f'. --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 5e061a98834..8b24f7caeb3 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-04-11 Nick Clifton + + * binutils-all/ar.exp (long_filenames): Use 'file delete' instead + of 'exec rm -f'. + 2002-04-10 Nick Clifton * binutils-all/ar.exp (long_filenames): Delete the abc... files 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 }