diff options
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 |