diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-20 15:44:45 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-20 15:44:45 (GMT) |
commit | efc8bb49b3390b4828ff6e5b7a121ac77d70730f (patch) | |
tree | 7bbab03ae796301dd03d181ea1ec782c787c53e2 /tools | |
parent | e0232fd960b8e699e8c43cd3dba8b31b67b44759 (diff) | |
download | hdf5-efc8bb49b3390b4828ff6e5b7a121ac77d70730f.zip hdf5-efc8bb49b3390b4828ff6e5b7a121ac77d70730f.tar.gz hdf5-efc8bb49b3390b4828ff6e5b7a121ac77d70730f.tar.bz2 |
[svn-r15251] Moved all h5copy testfiles from /tools/testfiles to tools/h5copy/testfiles
tested: linux
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' |