diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-06 03:29:39 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-06 03:29:39 (GMT) |
commit | 180b83bbbe289744a8ed2c27a67fdaa3ffd923b0 (patch) | |
tree | ca7dcbd9c150393549c6c64b39d55ae4ac2ccb86 /tools/h5diff/testh5diff.sh | |
parent | e18c55651901ddbfaef28dbcc377446a24730b1c (diff) | |
download | hdf5-180b83bbbe289744a8ed2c27a67fdaa3ffd923b0.zip hdf5-180b83bbbe289744a8ed2c27a67fdaa3ffd923b0.tar.gz hdf5-180b83bbbe289744a8ed2c27a67fdaa3ffd923b0.tar.bz2 |
[svn-r6801] Purpose:
h5diff update
Description:
removed the -l , list, option
this feature will be part of a different tool
Solution:
Platforms tested:
Windows 2000 (octopus)
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)
Misc. update:
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 8ce28d3..97025d5 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -103,9 +103,6 @@ TOOLTEST h5diff_02.txt -x h5diff_test1.h5 h5diff_test2.h5 # test 0.3.1: Check for -h option TOOLTEST h5diff_031.txt -h h5diff_test1.h5 h5diff_test2.h5 -# test 0.3.2: Check for -l option -TOOLTEST h5diff_032.txt -l h5diff_test1.h5 h5diff_test2.h5 - # test 0.3.3: Check for -r option TOOLTEST h5diff_033.txt -r h5diff_test1.h5 h5diff_test2.h5 |