summaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-01-30 21:27:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-01-30 21:27:23 (GMT)
commitb7b4e77f1249fc4872a441c2f0810457b78a790d (patch)
treed0f570916c13a99fc4af543e30551971cee0d04e /tools/misc
parent2f8c7fbd5edcffd0e638799e543c6e8961de5488 (diff)
downloadhdf5-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.in2
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
######################################################################