summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/h5repack_plugin.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-07 18:28:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-07 18:29:31 (GMT)
commit1c7c5a604b449465a76fbaa054c5b125ad75bb56 (patch)
tree85010169bed7c6d8f2d460b80ce18cdb27442b9b /tools/test/h5repack/h5repack_plugin.sh.in
parent56b48f6d2aee966bdd06e29c77f156c97cc05cdf (diff)
downloadhdf5-1c7c5a604b449465a76fbaa054c5b125ad75bb56.zip
hdf5-1c7c5a604b449465a76fbaa054c5b125ad75bb56.tar.gz
hdf5-1c7c5a604b449465a76fbaa054c5b125ad75bb56.tar.bz2
HDFFV-10276 Add UD flag option to h5repack
Diffstat (limited to 'tools/test/h5repack/h5repack_plugin.sh.in')
-rw-r--r--tools/test/h5repack/h5repack_plugin.sh.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/test/h5repack/h5repack_plugin.sh.in b/tools/test/h5repack/h5repack_plugin.sh.in
index c9fe53c..5efd9e8 100644
--- a/tools/test/h5repack/h5repack_plugin.sh.in
+++ b/tools/test/h5repack/h5repack_plugin.sh.in
@@ -1,10 +1,10 @@
#! /bin/sh
#
-# Copyright by The HDF Group.
-# All rights reserved.
-#
-# This file is part of HDF5. The full HDF5 copyright notice, including
-# terms governing use, modification, and redistribution, is contained in
+# Copyright by The HDF Group.
+# All rights reserved.
+#
+# This file is part of HDF5. The full HDF5 copyright notice, including
+# terms governing use, modification, and redistribution, is contained in
# the COPYING file, which can be found at the root of the source code
# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
# If you do not have access to either file, you may request a copy from
@@ -247,10 +247,10 @@ COPY_TESTFILES_TO_TESTDIR
version_str=`echo @H5_VERSION@ | awk -F"-" '{print $1}' | sed 's/\./,/g'`
# Run the test
-arg="h5repack_layout.h5 -v -f UD=260,4,9,$version_str"
+arg="h5repack_layout.h5 -v -f UD=260,0,4,9,$version_str"
TOOLTEST_DUMP plugin_version_test $arg
-arg="h5repack_layout.h5 -v -f UD=257,1,9"
+arg="h5repack_layout.h5 -v -f UD=257,0,1,9"
TOOLTEST_DUMP plugin_test $arg
#arg="h5repack_layout.UD.h5 -v -f NONE"