diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-08-14 20:08:46 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-08-14 20:08:46 (GMT) |
commit | b234263bbf84dee17ff106b53c60fc61ce8b52a5 (patch) | |
tree | 33dfa9721832b2c187958965249cbbd6b785f911 | |
parent | 2b72832d97496290f74ccaffcda41c3e596f8f49 (diff) | |
download | hdf5-b234263bbf84dee17ff106b53c60fc61ce8b52a5.zip hdf5-b234263bbf84dee17ff106b53c60fc61ce8b52a5.tar.gz hdf5-b234263bbf84dee17ff106b53c60fc61ce8b52a5.tar.bz2 |
Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts.
-rw-r--r-- | test/links.c | 2 | ||||
-rw-r--r-- | test/links_env.c | 2 | ||||
-rw-r--r-- | test/vds.c | 2 | ||||
-rw-r--r-- | test/vds_env.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/links.c b/test/links.c index 26b49d6..19e3b5b 100644 --- a/test/links.c +++ b/test/links.c @@ -39,7 +39,7 @@ /* File for external link test. Created with gen_udlinks.c */ #define LINKED_FILE "be_extlink2.h5" -#define TMPDIR "tmp/" +#define TMPDIR "tmp_links/" #define TMPDIR2 "tmp2/" /* Symlinks for external link symlink test */ diff --git a/test/links_env.c b/test/links_env.c index 0cd690a..cc31d92 100644 --- a/test/links_env.c +++ b/test/links_env.c @@ -23,7 +23,7 @@ #include "H5Iprivate.h" /* IDs */ #include "H5Lprivate.h" /* Links */ -#define TMPDIR "tmp/" +#define TMPDIR "tmp_links_env/" #define NAME_BUF_SIZE 1024 const char *FILENAME[] = { @@ -55,7 +55,7 @@ const char *FILENAME[] = { #define FILENAME_BUF_SIZE 1024 -#define TMPDIR "tmp/" +#define TMPDIR "tmp_vds/" /*------------------------------------------------------------------------- diff --git a/test/vds_env.c b/test/vds_env.c index b2ca9d0..19b2d96 100644 --- a/test/vds_env.c +++ b/test/vds_env.c @@ -34,7 +34,7 @@ const char *FILENAME[] = { #define FILENAME_BUF_SIZE 1024 -#define TMPDIR "tmp/" +#define TMPDIR "tmp_vds_env/" /*------------------------------------------------------------------------- * Function: test_vds_prefix_second |