From a3e8a52f1764b1dacf46e716ce6a201662bbb72d Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Wed, 24 Feb 2010 12:42:59 -0500 Subject: [svn-r18329] Description: Fix to handle $srcdir for nightly test as well as local testing Tested: jam, amani and linew --- tools/h5copy/testh5copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12