diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-30 21:55:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-30 22:14:15 (GMT) |
commit | 398424ccc079848ae281d159c27db89e6841036d (patch) | |
tree | e5d773834b9011e054d4560a8f0a6bf60ba4c359 /test | |
parent | a27c4955fa67ae6e2c12ffa8cf4b5a5d1f25d93f (diff) | |
download | hdf5-398424ccc079848ae281d159c27db89e6841036d.zip hdf5-398424ccc079848ae281d159c27db89e6841036d.tar.gz hdf5-398424ccc079848ae281d159c27db89e6841036d.tar.bz2 |
HDFFV-10143 typo removed
Diffstat (limited to 'test')
-rw-r--r-- | test/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c index d2ed68b..cd8bf57 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 } |