diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-06 19:29:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-06 19:33:09 (GMT) |
commit | 388051ba2dc46bdca0462b02300ee81deb662d87 (patch) | |
tree | 3621b03f8cd4deb9de8dc2cf858d294c88fb0a00 | |
parent | fdcde1834dd7f5e694db780793a2074a30834dd4 (diff) | |
download | hdf5-388051ba2dc46bdca0462b02300ee81deb662d87.zip hdf5-388051ba2dc46bdca0462b02300ee81deb662d87.tar.gz hdf5-388051ba2dc46bdca0462b02300ee81deb662d87.tar.bz2 |
Add missing test status
-rw-r--r-- | test/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugin.c b/test/plugin.c index 041f702..2939595 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -774,6 +774,7 @@ test_filter_path_apis(void) ret = H5PLappend(pathname); } H5E_END_TRY if(ret >= 0) TEST_ERROR + PASSED(); TESTING(" remove (exceed max)"); /* Exceed the max path removal */ |