Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts.

This commit is contained in:
Songyu Lu 2019-08-14 15:08:46 -05:00
parent 2b72832d97
commit b234263bbf
4 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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[] = {

View File

@ -55,7 +55,7 @@ const char *FILENAME[] = {
#define FILENAME_BUF_SIZE 1024
#define TMPDIR "tmp/"
#define TMPDIR "tmp_vds/"
/*-------------------------------------------------------------------------

View File

@ -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