summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repacktst.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-03-09 20:12:18 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-03-09 20:12:18 (GMT)
commit5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b (patch)
tree7cd2ecb30a9e593b565841b1fecbcdc6903098c5 /tools/h5repack/h5repacktst.c
parent31ffa03914360f530544c48d6a930abc5009e3d8 (diff)
downloadhdf5-5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b.zip
hdf5-5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b.tar.gz
hdf5-5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b.tar.bz2
[svn-r26408] Missed an H5_HAVE_FILTER_SHUFFLE line.
Part of: HDFFV-9086 Tested on: jam (minor change)
Diffstat (limited to 'tools/h5repack/h5repacktst.c')
-rw-r--r--tools/h5repack/h5repacktst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c
index 0353955..46d895c 100644
--- a/tools/h5repack/h5repacktst.c
+++ b/tools/h5repack/h5repacktst.c
@@ -1363,7 +1363,7 @@ int main (void)
TESTING(" several global filters");
-#if defined (H5_HAVE_FILTER_DEFLATE) && defined (H5_HAVE_FILTER_SHUFFLE)
+#if defined (H5_HAVE_FILTER_DEFLATE)
if (h5repack_init (&pack_options, 0, fs_type, fs_size) < 0)
GOERROR;