OSDN Git Service

2004-07-19 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jul 2004 23:11:03 +0000 (23:11 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jul 2004 23:11:03 +0000 (23:11 +0000)
PR libstdc++/15488
* testsuite/lib/libstdc++.exp (v3-copy-files): Revert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84935 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp

index ef18ef4..a7a056f 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-19  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/15488
+       * testsuite/lib/libstdc++.exp (v3-copy-files): Revert.
+
 2004-07-17  Richard Sandiford  <rsandifo@redhat.com>
 
        PR bootstrap/16469
index 04d5a81..4e0d86d 100644 (file)
@@ -71,9 +71,6 @@ proc v3-copy-files {srcfiles} {
                remote_download target $dirname/$symlink
             }
         }
-        set dirname [file dirname $f]
-        set basename [file tail $f]
-        file attributes $dirname/$basename -permissions a+w
     }
 }