]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libstdc++/15488 (possibly insufficient file permissions for executing test...
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 19 Jul 2004 23:11:03 +0000 (23:11 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 19 Jul 2004 23:11:03 +0000 (23:11 +0000)
2004-07-19  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/15488
* testsuite/lib/libstdc++.exp (v3-copy-files): Revert.

From-SVN: r84935

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

index ef18ef43c25324172223dd3e6273c36d63308e1a..a7a056f13452d1ac355296db61f9f4591009b46c 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 04d5a813b141fa4f37116a47e62a68ac487ef681..4e0d86df74a00c0c2b02f0095e163cb60da8866e 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
     }
 }