summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-02 20:39:04 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-02 20:39:04 (GMT)
commit313d2cc82cdc596f87f2e1ea385f1a003418fe94 (patch)
tree2d9a82a32bcd5ae4b7cbb366105dbdc3a3b770bf /tools
parent923d4215092e10d2c54769455bb4d872892c16d5 (diff)
downloadhdf5-313d2cc82cdc596f87f2e1ea385f1a003418fe94.zip
hdf5-313d2cc82cdc596f87f2e1ea385f1a003418fe94.tar.gz
hdf5-313d2cc82cdc596f87f2e1ea385f1a003418fe94.tar.bz2
[svn-r15759] move h5copy 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)bin30448 -> 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.sh2
3 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/h5copytst.h5 b/tools/h5copy/testfiles/h5copytst.h5
index f407f82..f407f82 100644
--- a/tools/testfiles/h5copytst.h5
+++ b/tools/h5copy/testfiles/h5copytst.h5
Binary files differ
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'