diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-07-27 14:41:33 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-07-27 14:41:33 (GMT) |
commit | 514c23f146fffa0a6fee2baaa345e72aa45ede5e (patch) | |
tree | 65482be557790acf2fb5671d392b64040aab8ac7 /vms | |
parent | f7fa14b1e962ca9524b3db5bb5ffd04308dc84a2 (diff) | |
download | hdf5-514c23f146fffa0a6fee2baaa345e72aa45ede5e.zip hdf5-514c23f146fffa0a6fee2baaa345e72aa45ede5e.tar.gz hdf5-514c23f146fffa0a6fee2baaa345e72aa45ede5e.tar.bz2 |
[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.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/tools/h5ls/check_h5ls.com | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/vms/tools/h5ls/check_h5ls.com b/vms/tools/h5ls/check_h5ls.com index 2a0a09e..8901097 100644 --- a/vms/tools/h5ls/check_h5ls.com +++ b/vms/tools/h5ls/check_h5ls.com @@ -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" $ $ |