Commit 44b1b18c by Branko Cibej Committed by Phil Edwards

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
parent 754773e2
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> 2000-06-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it. * bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it.
......
...@@ -133,6 +133,8 @@ rm -rf ./*core ...@@ -133,6 +133,8 @@ rm -rf ./*core
# Copy over the data files for filebufs in read-only mode # 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/*.txt $TEST_DIR
cp $SRC_DIR/testsuite/27_io/*.tst $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 # Emit useful info about compiler and platform
echo "host: $(uname -mrsv)" >> $RESULTS_FILE echo "host: $(uname -mrsv)" >> $RESULTS_FILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment