diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-02-10 20:28:13 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-02-10 20:28:13 (GMT) |
commit | f199d39a92cfa355ac3c39dc99b156eee7c6747d (patch) | |
tree | 5074bf5ade7a567f756d384289eb61ae5a990a79 /vms | |
parent | 9c1ccb04afce6337f91aeb5406a63fcaea1269b8 (diff) | |
download | hdf5-f199d39a92cfa355ac3c39dc99b156eee7c6747d.zip hdf5-f199d39a92cfa355ac3c39dc99b156eee7c6747d.tar.gz hdf5-f199d39a92cfa355ac3c39dc99b156eee7c6747d.tar.bz2 |
[svn-r16458] Maintenance: One of the h5diff tests failed due extra line that system adds to the
output. I added /comment_delim qualifier to the diff command to pacify
the test script.
Platforms tested: Alpha VMS server
Diffstat (limited to 'vms')
-rw-r--r-- | vms/tools/h5diff/check_h5diff.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/tools/h5diff/check_h5diff.com b/vms/tools/h5diff/check_h5diff.com index 0773c16..5951d4c 100644 --- a/vms/tools/h5diff/check_h5diff.com +++ b/vms/tools/h5diff/check_h5diff.com @@ -297,7 +297,7 @@ $ endif $ ! $ ! Compare the results $ ! -$ diff/output=h5diff_temp/ignore=(spacing,trailing_spaces,blank_lines) 'actual' 'P1' +$ diff/output=h5diff_temp/ignore=(spacing,trailing_spaces,blank_lines)/comment_delim=(%) 'actual' 'P1' $ open/read temp_out h5diff_temp.dif $ read temp_out record1 $ close temp_out |