summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c
index c739b72..359bbdd 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -876,7 +876,7 @@ test_filter_path_apis(void)
TESTING(" replace");
/* Replace one path*/
HDsprintf(pathname, "a_path_%d", 20);
- if (H5PLput(pathname, 1) < 0) {
+ if (H5PLreplace(pathname, 1) < 0) {
HDfprintf(stderr," replace 1: %s\n", pathname);
TEST_ERROR
}