From 514c23f146fffa0a6fee2baaa345e72aa45ede5e Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 27 Jul 2006 09:41:33 -0500 Subject: [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. --- vms/tools/h5ls/check_h5ls.com | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" $ $ -- cgit v0.12