summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repacktst.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-03-09 19:53:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-03-09 19:53:48 (GMT)
commit6b1176f34e780cd597f32991ae3952ea371c66fe (patch)
treeed7cbe8aa5dbf9c7a636e2283f5e2b4157cf7ac5 /tools/h5repack/h5repacktst.c
parentab19d0636a2d490c34a3b40a39f14286b9557127 (diff)
downloadhdf5-6b1176f34e780cd597f32991ae3952ea371c66fe.zip
hdf5-6b1176f34e780cd597f32991ae3952ea371c66fe.tar.gz
hdf5-6b1176f34e780cd597f32991ae3952ea371c66fe.tar.bz2
[svn-r26407] 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 ded107a..f49e587 100644
--- a/tools/h5repack/h5repacktst.c
+++ b/tools/h5repack/h5repacktst.c
@@ -1354,7 +1354,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) < 0)
GOERROR;