diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-01-30 21:27:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-01-30 21:27:23 (GMT) |
commit | b7b4e77f1249fc4872a441c2f0810457b78a790d (patch) | |
tree | d0f570916c13a99fc4af543e30551971cee0d04e /tools/misc | |
parent | 2f8c7fbd5edcffd0e638799e543c6e8961de5488 (diff) | |
download | hdf5-b7b4e77f1249fc4872a441c2f0810457b78a790d.zip hdf5-b7b4e77f1249fc4872a441c2f0810457b78a790d.tar.gz hdf5-b7b4e77f1249fc4872a441c2f0810457b78a790d.tar.bz2 |
[svn-r24666] Fix test folder deletion issue
Tested: local linux autotools
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/testh5mkgrp.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/testh5mkgrp.sh.in b/tools/misc/testh5mkgrp.sh.in index 85205a8..190e824 100644 --- a/tools/misc/testh5mkgrp.sh.in +++ b/tools/misc/testh5mkgrp.sh.in @@ -49,7 +49,7 @@ SRC_TOOLS_TESTFILES="$SRC_TOOLS/testfiles" # testfiles source dirs for tools SRC_H5MKGRP_TESTFILES="$SRC_TOOLS/misc/testfiles" -TESTDIR=./testfiles +TESTDIR=./testgrp test -d $TESTDIR || mkdir -p $TESTDIR ###################################################################### |