diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-08-14 20:53:36 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-08-14 20:53:36 (GMT) |
commit | 8682040032371fd720eac5464eaa9b2638e166d9 (patch) | |
tree | 110695cd0ff601a41fb29ae19478166748b05e25 /test | |
parent | bb6c72b330560f91271cde0ba4d8620570414733 (diff) | |
download | hdf5-8682040032371fd720eac5464eaa9b2638e166d9.zip hdf5-8682040032371fd720eac5464eaa9b2638e166d9.tar.gz hdf5-8682040032371fd720eac5464eaa9b2638e166d9.tar.bz2 |
Changed a directory name left out from the previous commit.
Diffstat (limited to 'test')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |