summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-02-24 17:42:59 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-02-24 17:42:59 (GMT)
commita3e8a52f1764b1dacf46e716ce6a201662bbb72d (patch)
tree450ae1f6d3d92241a8c72d5c2401df4b12a54a52 /tools
parent3129cb2765aabbc1ba0dd678350e04f9dcda467f (diff)
downloadhdf5-a3e8a52f1764b1dacf46e716ce6a201662bbb72d.zip
hdf5-a3e8a52f1764b1dacf46e716ce6a201662bbb72d.tar.gz
hdf5-a3e8a52f1764b1dacf46e716ce6a201662bbb72d.tar.bz2
[svn-r18329] Description:
Fix to handle $srcdir for nightly test as well as local testing Tested: jam, amani and linew
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/testh5copy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh
index 8c3572a..bc19505 100644
--- a/tools/h5copy/testh5copy.sh
+++ b/tools/h5copy/testh5copy.sh
@@ -45,7 +45,7 @@ if test -z "$srcdir"; then
srcdir=.
fi
INDIR=$srcdir/testfiles
-OUTDIR=$srcdir/testfiles
+OUTDIR=./testfiles
test -d $OUTDIR || mkdir $OUTDIR