diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-01-30 21:27:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-01-30 21:27:23 (GMT) |
commit | b7b4e77f1249fc4872a441c2f0810457b78a790d (patch) | |
tree | d0f570916c13a99fc4af543e30551971cee0d04e /tools/h5repack/testfiles | |
parent | 2f8c7fbd5edcffd0e638799e543c6e8961de5488 (diff) | |
download | hdf5-b7b4e77f1249fc4872a441c2f0810457b78a790d.zip hdf5-b7b4e77f1249fc4872a441c2f0810457b78a790d.tar.gz hdf5-b7b4e77f1249fc4872a441c2f0810457b78a790d.tar.bz2 |
[svn-r24666] Fix test folder deletion issue
Tested: local linux autotools
Diffstat (limited to 'tools/h5repack/testfiles')
-rw-r--r-- | tools/h5repack/testfiles/deflate_limit.h5repack_layout.h5.ddl | 2 | ||||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/testfiles/deflate_limit.h5repack_layout.h5.ddl b/tools/h5repack/testfiles/deflate_limit.h5repack_layout.h5.ddl index d380201..b8e7e68 100644 --- a/tools/h5repack/testfiles/deflate_limit.h5repack_layout.h5.ddl +++ b/tools/h5repack/testfiles/deflate_limit.h5repack_layout.h5.ddl @@ -1,4 +1,4 @@ -HDF5 "./testfiles/out-deflate_limit.h5repack_layout.h5" { +HDF5 "out-deflate_limit.h5repack_layout.h5" { GROUP "/" { DATASET "dset1" { DATATYPE H5T_STD_I32LE diff --git a/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl b/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl index a7ba967..7a3a01e 100644 --- a/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl +++ b/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl @@ -1,4 +1,4 @@ -HDF5 "testfiles/out-plugin_test.h5repack_layout.h5" { +HDF5 "out-plugin_test.h5repack_layout.h5" { GROUP "/" { DATASET "dset1" { DATATYPE H5T_STD_I32LE |