diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-02-24 19:39:25 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-02-24 19:39:25 (GMT) |
commit | 7585e7520aaa57746edc775d361c9a0d2d44d5f8 (patch) | |
tree | d872d647a835320938ef1f45b669098bd5fc2f12 /tools/h5copy | |
parent | 1c393d5f1c81ae8f32e8ec745a4cc6f4596333c2 (diff) | |
download | hdf5-7585e7520aaa57746edc775d361c9a0d2d44d5f8.zip hdf5-7585e7520aaa57746edc775d361c9a0d2d44d5f8.tar.gz hdf5-7585e7520aaa57746edc775d361c9a0d2d44d5f8.tar.bz2 |
[svn-r18330] Description:
Fix to handle $srcdir for nightly test as well as local testing
Merged from hdf5 18329.
Tested:
jam, amani and linew
Diffstat (limited to 'tools/h5copy')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 2 |
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 |