summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 2085175..78d80d8 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -3726,7 +3726,7 @@ test_scaleoffset_int_2(hid_t file)
if((dc = H5Pcreate(H5P_DATASET_CREATE))<0) goto error;
/* Set fill value */
- fillval = 18446744073709551615;
+ fillval = 10000;
if (H5Pset_fill_value(dc, H5T_NATIVE_INT, &fillval)<0) goto error;
/* Set up to use scaleoffset filter, let library calculate minbits */