mkcheck.in: Make the *.txt and *.tst files writable after copying them to $TEST_DIR.
2000-06-26 Branko Cibej <branko.cibej@hermes.si> * mkcheck.in: Make the *.txt and *.tst files writable after copying them to $TEST_DIR. From-SVN: r34715
This commit is contained in:
parent
754773e2d5
commit
44b1b18cb9
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-06-26 Branko Cibej <branko.cibej@hermes.si>
|
||||
|
||||
* mkcheck.in: Make the *.txt and *.tst files writable
|
||||
after copying them to $TEST_DIR.
|
||||
|
||||
2000-06-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
|
||||
|
||||
* bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue