From a09ce0450f3480b7dc9be08c779e72ffb0759aa2 Mon Sep 17 00:00:00 2001 From: Songyu Lu Date: Wed, 14 Aug 2019 14:49:09 -0500 Subject: Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts. --- test/links.c | 2 +- test/links_env.c | 2 +- test/vds.c | 2 +- test/vds_env.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/links.c b/test/links.c index f5b1716..258509e 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 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[] = { diff --git a/test/vds.c b/test/vds.c index 459ca6b..f8c40d9 100644 --- a/test/vds.c +++ b/test/vds.c @@ -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 1c2dba9..4f93bf0 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 -- cgit v0.12 From 8682040032371fd720eac5464eaa9b2638e166d9 Mon Sep 17 00:00:00 2001 From: Songyu Lu Date: Wed, 14 Aug 2019 15:53:36 -0500 Subject: Changed a directory name left out from the previous commit. --- test/links.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/links.c b/test/links.c index 258509e..3a347ea 100644 --- a/test/links.c +++ b/test/links.c @@ -40,7 +40,7 @@ #define LINKED_FILE "be_extlink2.h5" #define TMPDIR "tmp_links/" -#define TMPDIR2 "tmp2/" +#define TMPDIR2 "tmp2_links/" /* Symlinks for external link symlink test */ #define SYMLINK1 TMPDIR "sym1.h5" -- cgit v0.12