diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-05 21:54:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-05 21:54:28 (GMT) |
commit | 6d0d9d46dab559c04bba0b8810a3e0630ce44ad2 (patch) | |
tree | a5f5005c64c2ad3ba6f27d6c7c331efbed7c43db /tools/test | |
parent | 494029c27d3c2129d1ffced1a5ec64e438ad5719 (diff) | |
download | hdf5-6d0d9d46dab559c04bba0b8810a3e0630ce44ad2.zip hdf5-6d0d9d46dab559c04bba0b8810a3e0630ce44ad2.tar.gz hdf5-6d0d9d46dab559c04bba0b8810a3e0630ce44ad2.tar.bz2 |
Fix typo in name of ddl file in command
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5repack/h5repack.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/h5repack.sh.in b/tools/test/h5repack/h5repack.sh.in index 08f670b..e479031 100644 --- a/tools/test/h5repack/h5repack.sh.in +++ b/tools/test/h5repack/h5repack.sh.in @@ -1229,7 +1229,7 @@ TOOLTEST_META meta_long h5repack_layout.h5 --metadata_block_size=8192 if test $USE_FILTER_DEFLATE != "yes" ; then SKIP vds_dset_chunk_20x10x5 else - VERIFY_LAYOUT_VDS vds_dset_chunk_20x10x5 1_vds.h5 vds_dset CHUNKED --layout vds_dset:CHUNK=20x10x5 + VERIFY_LAYOUT_VDS vds_dset_chunk20x10x5 1_vds.h5 vds_dset CHUNKED --layout vds_dset:CHUNK=20x10x5 fi if test $USE_FILTER_DEFLATE != "yes" ; then |