Use 'file delete' instead of 'exec rm -f'.
authorNick Clifton <nickc@redhat.com>
Thu, 11 Apr 2002 13:42:03 +0000 (13:42 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 11 Apr 2002 13:42:03 +0000 (13:42 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/ar.exp

index 5e061a9..8b24f7c 100644 (file)
@@ -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
index d73b975..f418e94 100644 (file)
@@ -163,7 +163,7 @@ proc long_filenames { } {
     }
     close $f
 
-    exec rm -f $file1 $file2
+    file delete $file1 $file2
     pass $testname
 }