diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-08-14 19:49:09 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-08-14 19:49:09 (GMT) |
commit | a09ce0450f3480b7dc9be08c779e72ffb0759aa2 (patch) | |
tree | 2df000870c0e5e6575cc7024ea2d8b0ec6d957f3 /test/links_env.c | |
parent | 2455d975c81b6b3da37fc9bf12a991d4f180b71f (diff) | |
download | hdf5-a09ce0450f3480b7dc9be08c779e72ffb0759aa2.zip hdf5-a09ce0450f3480b7dc9be08c779e72ffb0759aa2.tar.gz hdf5-a09ce0450f3480b7dc9be08c779e72ffb0759aa2.tar.bz2 |
Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts.
Diffstat (limited to 'test/links_env.c')
-rw-r--r-- | test/links_env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links_env.c b/test/links_env.c index b32fb32..daa00cd 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[] = { |