[svn-r5581] Purpose:

Bug Fix
Description:
    On AIX machines, the number of script interpreters which ran the
    testh5dump.sh script would strip too many of the quotes away, causing
    problems if you're quoting something with a space in it.
Solution:
    Just got rid of the spaces and used ',' instead.
Platforms tested:
    AIX and Linux
This commit is contained in:
Bill Wendling 2002-06-10 15:26:23 -05:00
parent 2f1538cd7a
commit 5afb12313a
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ TOOLTEST tlarge_objname.ddl -w157 tlarge_objname.h5
TOOLTEST tall-4s.ddl --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 --count=3,2 --block=1,1 tall.h5
TOOLTEST tall-5s.ddl -d "/g1/g1.1/dset1.1.2[0;2;10;]" tall.h5
TOOLTEST tdset-3s.ddl -d "/dset1[1,1;;;]" tdset.h5
TOOLTEST tdset2-1s.ddl -d "/dset1[;3 2;4 4;1 4]" tdset2.h5
TOOLTEST tdset2-1s.ddl -d "/dset1[;3,2;4,4;1,4]" tdset2.h5
# test XML
TOOLTEST tall.h5.xml --xml tall.h5

View File

@ -1,5 +1,5 @@
#############################
Expected output for 'h5dump -d /dset1[;3 2;4 4;1 4] tdset2.h5'
Expected output for 'h5dump -d /dset1[;3,2;4,4;1,4] tdset2.h5'
#############################
HDF5 "tdset2.h5" {
DATASET "/dset1" {