diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-02 20:39:04 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-02 20:39:04 (GMT) |
commit | 313d2cc82cdc596f87f2e1ea385f1a003418fe94 (patch) | |
tree | 2d9a82a32bcd5ae4b7cbb366105dbdc3a3b770bf | |
parent | 923d4215092e10d2c54769455bb4d872892c16d5 (diff) | |
download | hdf5-313d2cc82cdc596f87f2e1ea385f1a003418fe94.zip hdf5-313d2cc82cdc596f87f2e1ea385f1a003418fe94.tar.gz hdf5-313d2cc82cdc596f87f2e1ea385f1a003418fe94.tar.bz2 |
[svn-r15759] move h5copy testfiles to /tools/h5copy/testfiles
tested: linux
-rw-r--r-- | MANIFEST | 6 | ||||
-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 |
4 files changed, 5 insertions, 3 deletions
@@ -1486,8 +1486,10 @@ ./tools/testfiles/u513.txt # test files for h5copy -./tools/testfiles/h5copytst.h5 -./tools/testfiles/h5copytst.out.ls +./tools/h5copy/testfiles/h5copytst.out.ls +./tools/h5copy/testfiles/h5copytst.h5 + + # test files for h5mkgrp ./tools/testfiles/h5mkgrp_help.ls 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' |