summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dump.sh.in
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-04-14 16:30:31 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-04-14 16:30:31 (GMT)
commit92897336ee3076160af74097b30308871c775366 (patch)
tree8fb142da50567f5cd13673869314efa66bb1952c /tools/h5dump/testh5dump.sh.in
parentad86a38f7035f750887ba98be98e75cbcd6fcdf2 (diff)
downloadhdf5-92897336ee3076160af74097b30308871c775366.zip
hdf5-92897336ee3076160af74097b30308871c775366.tar.gz
hdf5-92897336ee3076160af74097b30308871c775366.tar.bz2
[svn-r20494] Purpose:
Fixed HDFFV-4342 : GMQS: h5dump test fails when source directory is read-only Description: Merged from HDF5 trunk r20488 and r20490. Updated h5dump test case script to prevent entire test failure upon source code directory is read-only. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam, windows)
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r--tools/h5dump/testh5dump.sh.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index b5b82db..581d19a 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -71,7 +71,6 @@ TESTING() {
# non-zero value.
#
TOOLTEST() {
-
expect="$srcdir/../testfiles/$1"
actual="../testfiles/`basename $1 .ddl`.out"
actual_err="../testfiles/`basename $1 .ddl`.err"
@@ -640,7 +639,7 @@ TOOLTEST textlink.ddl textlink.h5
TOOLTEST3 filter_fail.ddl --enable-error-stack filter_fail.h5
# test for -o -y for dataset with attributes
-TOOLTEST tall-6.ddl -y -o data -d /g1/g1.1/dset1.1.1 tall.h5
+TOOLTEST1 tall-6.ddl -y -o $TESTDIR/data -d /g1/g1.1/dset1.1.1 tall.h5
# test for dataset packed bits
# Set up xCMD to test or skip.