From 7ffa2b1bea6c4730ff47c9424e91e1b896d1afda Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 29 Mar 2012 08:46:16 -0500 Subject: [svn-r22181] Description: Correct typo in test file name. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug --- tools/h5repack/h5repack.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 2271f34..1654b0d 100644 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -809,8 +809,8 @@ TOOLTEST h5repack_attr_refs.h5 TOOLTEST h5diff_attr1.h5 # tests for metadata block size option ('-M') -TOOLTEST h5diff_layout.h5 -M 8192 -TOOLTEST h5diff_layout.h5 --metadata_block_size=8192 +TOOLTEST h5repack_layout.h5 -M 8192 +TOOLTEST h5repack_layout.h5 --metadata_block_size=8192 if test $nerrors -eq 0 ; then echo "All $TESTNAME tests passed." -- cgit v0.12