summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-03-25 16:36:51 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-03-25 16:36:51 (GMT)
commit44fca4292fd81c5da8694f6270f0fc165187da56 (patch)
tree32fc8833a89efd5e6379be19f312b201ba5605c6 /tools
parent7f62bcc3abd354b74e8180a411099e35d1b8efe9 (diff)
downloadhdf5-44fca4292fd81c5da8694f6270f0fc165187da56.zip
hdf5-44fca4292fd81c5da8694f6270f0fc165187da56.tar.gz
hdf5-44fca4292fd81c5da8694f6270f0fc165187da56.tar.bz2
[svn-r14773] Bug fix.
The h5diff in linew could not handle files created in this version of library. Changed the test script to use the h5diff generated in this version itself. Tested: Linew and smirom. (did not test in kagiso since the library is failing in it somewhere else.)
Diffstat (limited to 'tools')
-rw-r--r--tools/h5recover/testh5recover.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5recover/testh5recover.sh.in b/tools/h5recover/testh5recover.sh.in
index 804d371..1b496cc 100644
--- a/tools/h5recover/testh5recover.sh.in
+++ b/tools/h5recover/testh5recover.sh.in
@@ -31,7 +31,7 @@ TOOLCTLDataFile=CTL$TOOLDataFile
#RECOVERTOOL_BIN=`pwd`/$RECOVERTOOL # The path of the tool binary
RECOVERTOOL=touch # The tool name
RECOVERTOOL_BIN=touch # The path of the tool binary
-H5DIFF=h5diff
+H5DIFF=../h5diff/h5diff
TESTDIR=`pwd`/../testfiles