summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-30 21:55:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-30 21:55:33 (GMT)
commite40a33f74da188ca7b633d6f6e79f698f518b650 (patch)
tree30d74150f129e3b11bb90d9e073d164d9fb45859 /test
parentb46aa5aff7119236fcbf726169bdc3ddaf69bc95 (diff)
downloadhdf5-e40a33f74da188ca7b633d6f6e79f698f518b650.zip
hdf5-e40a33f74da188ca7b633d6f6e79f698f518b650.tar.gz
hdf5-e40a33f74da188ca7b633d6f6e79f698f518b650.tar.bz2
HDFFV-10143 typo removed
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 19a1e42..5dfdcc8 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -831,7 +831,7 @@ test_filter_path_apis(void)
if ((pathlen = H5PLget(H5PL_MAX_PATH_NUM - 1, pathname, 256)) <= 0)
TEST_ERROR
HDsprintf(tempname, "a_path_%d", H5PL_MAX_PATH_NUM - 1);
- if (strcmp(pathname, tempname") != 0) {
+ if (strcmp(pathname, tempname) != 0) {
HDfprintf(stderr," get %d: %s\n", H5PL_MAX_PATH_NUM - 1, pathname);
TEST_ERROR
}