diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-07-11 20:45:16 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-07-11 20:45:16 (GMT) |
commit | 93f1809d9777ff68ee448e18d0c0ca4f364f188b (patch) | |
tree | ef822012a976f857bdbe564874b3ec83f9bbc4dd /vms/tools/h5diff | |
parent | dbee66c4573dbc851f5eef8cd7ee400d8f35557d (diff) | |
download | hdf5-93f1809d9777ff68ee448e18d0c0ca4f364f188b.zip hdf5-93f1809d9777ff68ee448e18d0c0ca4f364f188b.tar.gz hdf5-93f1809d9777ff68ee448e18d0c0ca4f364f188b.tar.bz2 |
[svn-r23888] I corrected a typo.
Not tested yet.
Diffstat (limited to 'vms/tools/h5diff')
-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 e5a7b07..bb67d58 100644 --- a/vms/tools/h5diff/check_h5diff.com +++ b/vms/tools/h5diff/check_h5diff.com @@ -553,7 +553,7 @@ $!# $!# Different structure, different names. $!# $!# Exclude all the different objects. Expect return - same -TOOLTEST h5diff_482.txt "-v --exclude-path "/group1" --exclude-path "/dset1" h5diff_exclude2-1.h5 h5diff_exclude2-2.h5" +$ CALL TOOLTEST h5diff_482.txt "-v --exclude-path "/group1" --exclude-path "/dset1" h5diff_exclude2-1.h5 h5diff_exclude2-2.h5" $!# Exclude only some different objects. Expect return - diff $ CALL TOOLTEST h5diff_483.txt "-v --exclude-path "/group1" h5diff_exclude2-1.h5 h5diff_exclude2-2.h5" |