summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c
index cc0c6b8..862f99d 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -885,7 +885,7 @@ test_filter_path_apis(void)
/* Verify the table is full */
H5PLsize(&ndx);
- if(ndx) != H5PL_MAX_PATH_NUM) TEST_ERROR
+ if(ndx != H5PL_MAX_PATH_NUM) TEST_ERROR
/* Verify that the entries were not moved */
if(H5PLget(0, pathname, 256) <= 0) TEST_ERROR