summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Lu <songyulu@hdfgroup.org>2019-07-29 21:22:32 (GMT)
committerRay Lu <songyulu@hdfgroup.org>2019-07-29 21:22:32 (GMT)
commit3049d2c140b06d5b2b419562c3d4d1d1c66612e3 (patch)
treea758a28bbf5c90a52b8f8e14520801607c6754d9
parentb20ffd84e3572cd506bf1f696431892258e9ab3b (diff)
parent794c50e995c2c37c4ba85d7e19b80c4b20c9346b (diff)
downloadhdf5-3049d2c140b06d5b2b419562c3d4d1d1c66612e3.zip
hdf5-3049d2c140b06d5b2b419562c3d4d1d1c66612e3.tar.gz
hdf5-3049d2c140b06d5b2b419562c3d4d1d1c66612e3.tar.bz2
Merge pull request #1816 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:feature/HDFFV-10658_properties_in_api_context_2 to hdf5_1_10
* commit '794c50e995c2c37c4ba85d7e19b80c4b20c9346b': A minor bug fix.
-rw-r--r--test/external_env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/external_env.c b/test/external_env.c
index 284a2f0..fca5458 100644
--- a/test/external_env.c
+++ b/test/external_env.c
@@ -194,7 +194,7 @@ main(void)
HDremove("extern_env_3w.raw");
HDremove("extern_env_4w.raw");
- HDrmdir("extern_dir");
+ HDrmdir("extern_env_dir");
} /* end if */
return EXIT_SUCCESS;