[svn-r12501] This is a small bug fix.

h5ls uses -S flag to display datatype in a machine-readable form. Since
VMS is not a case sensitive system, triple quotes around S are needed; fixed.

h5ls -w80 -v -S tattr2.h5 

test still reports failure due to line 311 in the tattr2.ls file "Modified: XXXX..."
Document it for now in the command file.
This commit is contained in:
Elena Pourmal 2006-07-27 09:41:33 -05:00
parent f7fa14b1e9
commit 514c23f146

View File

@ -81,7 +81,14 @@ $ CALL TOOLTEST tempty.ls "-w80 -d tempty.h5"
$! test for all dataset types written to attributes
$! enable -S for avoiding printing NATIVE types
$ CALL TOOLTEST tattr2.ls "-w80 -v -S tattr2.h5"
$! This test will report failure for line 311 of the tattr2.ls file
$! contains
$! Modified: XXXX-XX-XX XX:XX:XX XXX
$! instead of
$! Modified: 2004-07-06 19:36:17 CST
$! UNIX shell script does replacement on the fly in the actual output
$! file; I do not know what can I do on VMS EIP 07/27/06
$ CALL TOOLTEST tattr2.ls "-w80 -v -"""S""" tattr2.h5"
$
$