summaryrefslogtreecommitdiffstats
path: root/tools/h5recover/testh5recover.sh.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-06-11 18:47:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-06-11 18:47:36 (GMT)
commit706129d731d2f71289b9dac8f906c3e18cf4dd82 (patch)
tree370c8e8d6139da7fbdf688f9d8461f5074a736aa /tools/h5recover/testh5recover.sh.in
parentd0acd2431f5151d25e32d67667cda93587dc33e4 (diff)
downloadhdf5-706129d731d2f71289b9dac8f906c3e18cf4dd82.zip
hdf5-706129d731d2f71289b9dac8f906c3e18cf4dd82.tar.gz
hdf5-706129d731d2f71289b9dac8f906c3e18cf4dd82.tar.bz2
[svn-r15198] testh5recover.sh.in:
Sun does not like variable and function having a common name of H5DIFF. Rename the function as MYH5DIFF. trecover_writer.c: Change dataset datatype to the machine independent type of H5T_STD_I32LE. This allows the h5dump output easier to match the expectd output. Tested: smirom, linew, kagiso (serial passed).
Diffstat (limited to 'tools/h5recover/testh5recover.sh.in')
-rw-r--r--tools/h5recover/testh5recover.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5recover/testh5recover.sh.in b/tools/h5recover/testh5recover.sh.in
index c0ddace..b4dd188 100644
--- a/tools/h5recover/testh5recover.sh.in
+++ b/tools/h5recover/testh5recover.sh.in
@@ -33,7 +33,7 @@ RECOVERTOOL_BIN=`pwd`/$RECOVERTOOL # The path of the tool binary
# Use my own h5diff since h5diff has errors such as returning 0 when comparing
# an empty file with a non-empty one.
#H5DIFF=../h5diff/h5diff
-H5DIFF=H5DIFF
+H5DIFF=MYH5DIFF
H5DUMP=../h5dump/h5dump
TESTDIR=`pwd`/../testfiles
@@ -130,7 +130,7 @@ SKIP() {
# an empty file with a non-empty one.
# Compare the h5dump output of two files, return 0 if the same, else 1.
# The cp to x.data is needed to make h5dump output showing the same filename.
-H5DIFF(){
+MYH5DIFF(){
xout1=x1.out
xerr1=x1.err
xout2=x2.out