diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-13 17:22:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-13 17:22:04 (GMT) |
commit | 35102212097f6f56e7d40fd910e1e200c17327bc (patch) | |
tree | 82102a9ca8c680ecf87bf8a39baf6d7bc5fa5e5a /tools/test/h5dump/testh5dumppbits.sh.in | |
parent | 88e514a6e51d0e3fedd855f7b2fbff74f1b5c802 (diff) | |
download | hdf5-35102212097f6f56e7d40fd910e1e200c17327bc.zip hdf5-35102212097f6f56e7d40fd910e1e200c17327bc.tar.gz hdf5-35102212097f6f56e7d40fd910e1e200c17327bc.tar.bz2 |
HDFFV-10632 separate stderr and stdout in tests
Diffstat (limited to 'tools/test/h5dump/testh5dumppbits.sh.in')
-rw-r--r-- | tools/test/h5dump/testh5dumppbits.sh.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/test/h5dump/testh5dumppbits.sh.in b/tools/test/h5dump/testh5dumppbits.sh.in index 9cf5c99..febce2c 100644 --- a/tools/test/h5dump/testh5dumppbits.sh.in +++ b/tools/test/h5dump/testh5dumppbits.sh.in @@ -235,7 +235,6 @@ TOOLTEST() { STDOUT_FILTER $actual cp $actual_err $actual_err_sav STDERR_FILTER $actual_err - cat $actual_err >> $actual if [ ! -f $expect ]; then # Create the expect file if it doesn't yet exist. @@ -278,7 +277,6 @@ TOOLTEST2() { cd $TESTDIR $RUNSERIAL $DUMPER_BIN "$@" ) >$actual 2>$actual_err - cat $actual_err >> $actual if [ ! -f $expect ]; then # Create the expect file if it doesn't yet exist. @@ -348,7 +346,6 @@ TOOLTEST3() { -e 's/H5Eget_auto[1-2]*/H5Eget_auto(1 or 2)/' \ -e 's/H5Eset_auto[1-2]*/H5Eset_auto(1 or 2)/' \ $actual_err > $actual_ext - cat $actual_ext >> $actual if [ ! -f $expect ]; then # Create the expect file if it doesn't yet exist. @@ -406,7 +403,6 @@ TOOLTEST4() { -e 's/H5Eget_auto[1-2]*/H5Eget_auto(1 or 2)/' \ -e 's/H5Eset_auto[1-2]*/H5Eset_auto(1 or 2)/' \ $actual_err > $actual_ext - #cat $actual_ext >> $actual if [ ! -f $expect ]; then # Create the expect file if it doesn't yet exist. |