summaryrefslogtreecommitdiffstats
path: root/tools/h5jam/testh5jam.sh.in
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-08 16:13:38 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-08 16:13:38 (GMT)
commit3b451f709a07011fe0dc61d5dc9e8b0123e690a9 (patch)
tree5ef228c77ab434ea2cb86ad0d59c099843f83a6e /tools/h5jam/testh5jam.sh.in
parent3f35eb23f8efcdcc4a597b79ae8008603574bcbe (diff)
downloadhdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.zip
hdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.tar.gz
hdf5-3b451f709a07011fe0dc61d5dc9e8b0123e690a9.tar.bz2
[svn-r15817] move h5jam testfiles to its own testfiles folder
tested: linux
Diffstat (limited to 'tools/h5jam/testh5jam.sh.in')
-rw-r--r--tools/h5jam/testh5jam.sh.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/h5jam/testh5jam.sh.in b/tools/h5jam/testh5jam.sh.in
index c1c55ca..e17c860 100644
--- a/tools/h5jam/testh5jam.sh.in
+++ b/tools/h5jam/testh5jam.sh.in
@@ -13,7 +13,7 @@
# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
# access to either file, you may request a copy from help@hdfgroup.org.
#
-# Tests for the h5dump tool
+# Tests for the h5jam/h5unjam tools
# Determine which filters are available
USE_FILTER_SZIP="@USE_FILTER_SZIP@"
@@ -39,9 +39,8 @@ verbose=yes
if test -z "$srcdir"; then
srcdir=.
fi
-TESTFILES="$srcdir/../testfiles"
+TESTFILES="$srcdir/testfiles"
-#test -d ../testfiles || mkdir ../testfiles
# Print a line-line message left justified in a field of 70 characters
# beginning with the word "Testing".