diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-07-02 14:11:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-07-02 14:11:55 (GMT) |
commit | 364c193744a84058038b54f4ae08317aee081b55 (patch) | |
tree | d1b51c6378ca607a98e0e83e7460cd2fdf0267f8 /tools/h5repack | |
parent | 02d0de0452330598b0709cea595ff7dcd8f4588a (diff) | |
download | hdf5-364c193744a84058038b54f4ae08317aee081b55.zip hdf5-364c193744a84058038b54f4ae08317aee081b55.tar.gz hdf5-364c193744a84058038b54f4ae08317aee081b55.tar.bz2 |
[svn-r27321] Fixed VDS test framework to check for zlib,
and fix file copy list paths
Diffstat (limited to 'tools/h5repack')
-rw-r--r-- | tools/h5repack/h5repack.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index e91883b..ea2e74f 100644 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -115,9 +115,9 @@ $SRC_TOOLS_TESTFILES/tfamily00009.h5 $SRC_TOOLS_TESTFILES/tfamily00010.h5 $SRC_TOOLS_TESTFILES/vds/1_a.h5 $SRC_TOOLS_TESTFILES/vds/1_b.h5 -$SRC_TOOLS_TESTFILES/1_c.h5 -$SRC_TOOLS_TESTFILES/1_d.h5 -$SRC_TOOLS_TESTFILES/1_e.h5 +$SRC_TOOLS_TESTFILES/vds/1_c.h5 +$SRC_TOOLS_TESTFILES/vds/1_d.h5 +$SRC_TOOLS_TESTFILES/vds/1_e.h5 $SRC_TOOLS_TESTFILES/vds/1_f.h5 $SRC_TOOLS_TESTFILES/vds/1_vds.h5 $SRC_TOOLS_TESTFILES/vds/2_a.h5 |