summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2000-09-29 20:38:39 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2000-09-29 20:38:39 (GMT)
commitef190ad4fcfe08683b3d50436a9a29481f30a99d (patch)
tree73fc6197d9bba7355fccc100953f858e2a5ba4af /tools
parentb2016500e55c158cfb7753c706a8e731db6f77c7 (diff)
downloadhdf5-ef190ad4fcfe08683b3d50436a9a29481f30a99d.zip
hdf5-ef190ad4fcfe08683b3d50436a9a29481f30a99d.tar.gz
hdf5-ef190ad4fcfe08683b3d50436a9a29481f30a99d.tar.bz2
[svn-r2619]
Purpose: update testh4toh5 Description: change h5dump path at testh4toh5 Solution: Platforms tested: arabica, baldric, eirene
Diffstat (limited to 'tools')
-rw-r--r--tools/testh4toh52
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testh4toh5 b/tools/testh4toh5
index 8d8feb6..261c609 100644
--- a/tools/testh4toh5
+++ b/tools/testh4toh5
@@ -6,7 +6,7 @@ diff='diff -c'
RM='rm -f'
SED='sed '
-H5DUMP=${PWD}/h5dump # Use the h5dumper in the same tools directory
+H5DUMP='h5dump' # Use the h5dumper in the same tools directory
# Verify if $H5DUMP is a valid command.
tmpfile=/tmp/testh4toh5.$$