diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-26 18:58:19 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-26 18:58:19 +0000 |
commit | 7eb203235a24352cd36b02ce64fed01fc4de56e6 (patch) | |
tree | 3ff93564d618db8fd02aec2229012e4e210bf05d /libstdc++-v3/mkcheck.in | |
parent | 7efc7b07a673ff5ee446cf04b18e5950f54a52ad (diff) | |
download | gcc-7eb203235a24352cd36b02ce64fed01fc4de56e6.tar.gz |
2000-06-26 Branko Cibej <branko.cibej@hermes.si>
* mkcheck.in: Make the *.txt and *.tst files writable
after copying them to $TEST_DIR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34715 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/mkcheck.in')
-rwxr-xr-x | libstdc++-v3/mkcheck.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/mkcheck.in b/libstdc++-v3/mkcheck.in index 14834bf99f1..22920fc034e 100755 --- a/libstdc++-v3/mkcheck.in +++ b/libstdc++-v3/mkcheck.in @@ -133,6 +133,8 @@ rm -rf ./*core # Copy over the data files for filebufs in read-only mode cp $SRC_DIR/testsuite/27_io/*.txt $TEST_DIR cp $SRC_DIR/testsuite/27_io/*.tst $TEST_DIR +chmod u+w $TEST_DIR/*.txt +chmod u+w $TEST_DIR/*.tst # Emit useful info about compiler and platform echo "host: $(uname -mrsv)" >> $RESULTS_FILE |