diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-09 22:54:57 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-09 22:54:57 (GMT) |
commit | 015981435e7527ae5c5f4566587caacda56522ba (patch) | |
tree | d2e60206713ba50f08656a47fae9b35aed9e92a1 | |
parent | 73292c21c7b138109a7109e422bbfe858d15a5e8 (diff) | |
download | hdf5-015981435e7527ae5c5f4566587caacda56522ba.zip hdf5-015981435e7527ae5c5f4566587caacda56522ba.tar.gz hdf5-015981435e7527ae5c5f4566587caacda56522ba.tar.bz2 |
[svn-r28551] Minor change to cache_logging test so it will pass on make check-vfd.
Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
-rw-r--r-- | test/cache_logging.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cache_logging.c b/test/cache_logging.c index 8b1afdb..a5e399c 100644 --- a/test/cache_logging.c +++ b/test/cache_logging.c @@ -134,8 +134,6 @@ test_logging_api(void) /* Clean up */ if(H5Fclose(fid) < 0) TEST_ERROR; - if(HDremove(filename) != 0) - TEST_ERROR; PASSED(); return 0; |