diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-01-27 14:26:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-01-27 14:26:21 (GMT) |
commit | 2f86aa75516bf4be8b8d250d4776bb89e1c5bfab (patch) | |
tree | 21fc364ef74e3f25e4c6cfdabf85ffde69a194c4 /tools/h5stat/testh5stat.sh.in | |
parent | 8235d9820a644e39c8392a9048c159846ea0919e (diff) | |
download | hdf5-2f86aa75516bf4be8b8d250d4776bb89e1c5bfab.zip hdf5-2f86aa75516bf4be8b8d250d4776bb89e1c5bfab.tar.gz hdf5-2f86aa75516bf4be8b8d250d4776bb89e1c5bfab.tar.bz2 |
[svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to not add extra lines.
Tested: cmake and autotools local linux
Diffstat (limited to 'tools/h5stat/testh5stat.sh.in')
-rw-r--r-- | tools/h5stat/testh5stat.sh.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/h5stat/testh5stat.sh.in b/tools/h5stat/testh5stat.sh.in index 865093a..cb0446b 100644 --- a/tools/h5stat/testh5stat.sh.in +++ b/tools/h5stat/testh5stat.sh.in @@ -191,9 +191,6 @@ TOOLTEST() { # Run test. TESTING $STAT $@ ( - echo "#############################" - echo "Expected output for '$STAT $@'" - echo "#############################" cd $TESTDIR $RUNSERIAL $STAT_BIN $@ ) >$actual 2>$actual_err |