diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5copy/testfiles/h5copytst.h5 (renamed from tools/testfiles/h5copytst.h5) | bin | 30448 -> 30448 bytes | |||
-rw-r--r-- | tools/h5copy/testfiles/h5copytst.out.ls (renamed from tools/testfiles/h5copytst.out.ls) | 0 | ||||
-rw-r--r-- | tools/h5copy/testh5copy.sh | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/h5copytst.h5 b/tools/h5copy/testfiles/h5copytst.h5 Binary files differindex f407f82..f407f82 100644 --- a/tools/testfiles/h5copytst.h5 +++ b/tools/h5copy/testfiles/h5copytst.h5 diff --git a/tools/testfiles/h5copytst.out.ls b/tools/h5copy/testfiles/h5copytst.out.ls index 9cad76f..9cad76f 100644 --- a/tools/testfiles/h5copytst.out.ls +++ b/tools/h5copy/testfiles/h5copytst.out.ls diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index ad4efe3..0acc4df 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -31,7 +31,7 @@ nerrors=0 verbose=yes SRCFILE=h5copytst.h5 -INDIR=$srcdir/../testfiles +INDIR=$srcdir/testfiles OUTDIR=../testfiles CMP='cmp -s' DIFF='diff -c' |