diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-21 16:03:13 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-21 16:03:13 (GMT) |
commit | 29cd766ae09dfe0ca573659e198d3060f7cebcc6 (patch) | |
tree | 02e568812ccf86ad7654dacd2e34fa293f5d0668 /tools/h5copy/testh5copy.sh | |
parent | 4e9213bc637daee4777b476d36f98407dd079cb6 (diff) | |
download | hdf5-29cd766ae09dfe0ca573659e198d3060f7cebcc6.zip hdf5-29cd766ae09dfe0ca573659e198d3060f7cebcc6.tar.gz hdf5-29cd766ae09dfe0ca573659e198d3060f7cebcc6.tar.bz2 |
[svn-r12489] removed some whitespace
Diffstat (limited to 'tools/h5copy/testh5copy.sh')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index 4570341..2a562b3 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -55,28 +55,18 @@ TOOLTEST() { else echo " PASSED" fi - - } - - - - -############################################################################## -############################################################################## -### T H E T E S T S ### ############################################################################## +### T H E T E S T S ### ############################################################################## - TOOLTEST -v test1.h5/array test1.out.h5/array TOOLTEST -v test1.h5/integer test1.out.h5/integer_copy TOOLTEST -v test1.h5/g1 test1.out.h5/g1 - if test $nerrors -eq 0 ; then - echo "All h5copy tests passed." + echo "All h5copy tests passed." fi exit $nerrors |