diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-11-01 21:10:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-11-01 21:10:09 (GMT) |
commit | 430d10b04704272bafdc99144fa6c40428f98fec (patch) | |
tree | c00018d5631a12fa68877c7a107b63430d34a68f /tools | |
parent | 60cb2c82544e8bfe15fa3e23dad62f2d18ce5418 (diff) | |
download | hdf5-430d10b04704272bafdc99144fa6c40428f98fec.zip hdf5-430d10b04704272bafdc99144fa6c40428f98fec.tar.gz hdf5-430d10b04704272bafdc99144fa6c40428f98fec.tar.bz2 |
Correct test command line
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/misc/testh5repart.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/misc/testh5repart.sh.in b/tools/test/misc/testh5repart.sh.in index a8c961d..01c7fd7 100644 --- a/tools/test/misc/testh5repart.sh.in +++ b/tools/test/misc/testh5repart.sh.in @@ -162,11 +162,11 @@ SKIP() { COPY_TESTFILES_TO_TESTDIR # repartition family member size to 20,000 bytes. -TOOLTEST -m 20000 family_file%05d.h5 $actual_dir/fst_family%05d.h5 +TOOLTEST -m 20000 family_file%05d.h5 fst_family%05d.h5 # repartition family member size to 5 KB. -TOOLTEST -m 5k family_file%05d.h5 $actual_dir/scd_family%05d.h5 +TOOLTEST -m 5k family_file%05d.h5 scd_family%05d.h5 # convert family file to sec2 file of 20,000 bytes -TOOLTEST -m 20000 -family_to_sec2 family_file%05d.h5 $actual_dir/family_to_sec2.h5 +TOOLTEST -m 20000 -family_to_sec2 family_file%05d.h5 family_to_sec2.h5 # test the output files repartitioned above. OUTPUTTEST |