diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-22 15:23:38 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-22 15:23:38 (GMT) |
commit | 2c47094d4004c916d16667a23efe018db2c0558d (patch) | |
tree | 3b58f8260550898cf95b8eb2b77f0d6c7efb5dee /test/external.c | |
parent | 500f6cccbd4bfe01b67f2bd02f74df58edef045f (diff) | |
download | hdf5-2c47094d4004c916d16667a23efe018db2c0558d.zip hdf5-2c47094d4004c916d16667a23efe018db2c0558d.tar.gz hdf5-2c47094d4004c916d16667a23efe018db2c0558d.tar.bz2 |
Changing file names to avoid possible conflicts during parallel test.
Diffstat (limited to 'test/external.c')
-rw-r--r-- | test/external.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/external.c b/test/external.c index af45445..6aa9d1b 100644 --- a/test/external.c +++ b/test/external.c @@ -635,7 +635,7 @@ test_read_file_set(hid_t fapl) TEST_ERROR /* Reset the raw data files */ - if(reset_raw_data_files() < 0) + if(reset_raw_data_files(0) < 0) TEST_ERROR /* Create the file and an initial group. This causes messages about @@ -775,7 +775,7 @@ test_write_file_set(hid_t fapl) } /* end for */ /* Reset the raw data files */ - if(reset_raw_data_files() < 0) + if(reset_raw_data_files(0) < 0) TEST_ERROR /* Create the dataset */ @@ -876,7 +876,7 @@ test_path_absolute(hid_t fapl) FAIL_STACK_ERROR /* Reset the raw data files */ - if(reset_raw_data_files() < 0) + if(reset_raw_data_files(0) < 0) TEST_ERROR /* Create the dcpl */ @@ -972,7 +972,7 @@ test_path_relative(hid_t fapl) FAIL_STACK_ERROR; /* Reset the raw data files */ - if(reset_raw_data_files() < 0) + if(reset_raw_data_files(0) < 0) TEST_ERROR /* Create the dataset */ @@ -1067,7 +1067,7 @@ test_path_relative_cwd(hid_t fapl) FAIL_STACK_ERROR; /* Reset the raw data files */ - if(reset_raw_data_files() < 0) + if(reset_raw_data_files(0) < 0) TEST_ERROR /* Create the dataset */ @@ -1209,7 +1209,7 @@ test_h5d_get_access_plist(hid_t fapl_id) TEST_ERROR /* Reset the raw data files */ - if(reset_raw_data_files() < 0) + if(reset_raw_data_files(0) < 0) TEST_ERROR /* Create the file */ |