mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts.
This commit is contained in:
parent
2b72832d97
commit
b234263bbf
@ -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 */
|
||||
|
@ -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/"
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user