summaryrefslogtreecommitdiffstats
path: root/tools/h5copy/testh5copy.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-08-24 15:53:31 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-08-24 15:53:31 (GMT)
commit35661615a5a27afa3f2b85325a45cf7bed856794 (patch)
tree862758127d0408d0b40ecfb2c18135a02a88281c /tools/h5copy/testh5copy.sh
parenta03c1f742db762e7d7b50dca12192b7f9500ab88 (diff)
downloadhdf5-35661615a5a27afa3f2b85325a45cf7bed856794.zip
hdf5-35661615a5a27afa3f2b85325a45cf7bed856794.tar.gz
hdf5-35661615a5a27afa3f2b85325a45cf7bed856794.tar.bz2
[svn-r12626]
h5copy, new behavior according to RFC: introduction of -i, -o, -s , -d switches for file and object names
Diffstat (limited to 'tools/h5copy/testh5copy.sh')
-rw-r--r--tools/h5copy/testh5copy.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh
index 0d7fb7c..1504ea2 100644
--- a/tools/h5copy/testh5copy.sh
+++ b/tools/h5copy/testh5copy.sh
@@ -64,9 +64,8 @@ TOOLTEST() {
### T H E T E S T S ###
##############################################################################
-TOOLTEST -v $srcdir/../testfiles/test1.h5/array test1.out.h5/array
-TOOLTEST -v $srcdir/../testfiles/test1.h5/integer test1.out.h5/integer_copy
-TOOLTEST -v $srcdir/../testfiles/test1.h5/g1 test1.out.h5/g1
+TOOLTEST -v -i $srcdir/../testfiles/test1.h5 -o test1.out.h5 -s array -d array
+TOOLTEST -v -i $srcdir/../testfiles/test1.h5 -o test1.out.h5 -s g1 -d g1
if test $nerrors -eq 0 ; then
echo "All h5copy tests passed."