summaryrefslogtreecommitdiffstats
path: root/tools/test/h5ls/h5ls_plugin.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-01-18 14:51:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-01-18 14:51:32 (GMT)
commitee4c57cc089eb895856f649c865297d334bb30e3 (patch)
treea325db5d924a21f2896c1d91bc914a1151c10602 /tools/test/h5ls/h5ls_plugin.sh.in
parenta8e4f6426e6b75e2456e3e1a4d369c046b9a4f94 (diff)
downloadhdf5-ee4c57cc089eb895856f649c865297d334bb30e3.zip
hdf5-ee4c57cc089eb895856f649c865297d334bb30e3.tar.gz
hdf5-ee4c57cc089eb895856f649c865297d334bb30e3.tar.bz2
Chnage test dir to avoid parallel test collisions
Diffstat (limited to 'tools/test/h5ls/h5ls_plugin.sh.in')
-rw-r--r--tools/test/h5ls/h5ls_plugin.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/h5ls/h5ls_plugin.sh.in b/tools/test/h5ls/h5ls_plugin.sh.in
index 1717161..3436071 100644
--- a/tools/test/h5ls/h5ls_plugin.sh.in
+++ b/tools/test/h5ls/h5ls_plugin.sh.in
@@ -34,6 +34,7 @@ PLUGIN_LIB="$FROM_DIR/libdynlibls.*"
PLUGIN_LIBDIR=testdir3
RM='rm -rf'
+RM='rm -rf'
GREP='grep'
CMP='cmp -s'
DIFF='diff -c'
@@ -49,7 +50,7 @@ SRC_TOOLS="$srcdir/../.."
SRC_TOOLS_TESTFILES="$SRC_TOOLS/testfiles"
SRC_H5LS_TESTFILES="$SRC_TOOLS_TESTFILES"
-TESTDIR=./testfiles
+TESTDIR=./testplug
test -d $TESTDIR || mkdir $TESTDIR
######################################################################