re PR libstdc++/15488 (possibly insufficient file permissions for executing test suite)

2004-07-19  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r84935
This commit is contained in:
Benjamin Kosnik 2004-07-19 23:11:03 +00:00 committed by Benjamin Kosnik
parent 932c738d20
commit e5ab07bb82
2 changed files with 5 additions and 3 deletions

View 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

View 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
}
}