diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-08-07 21:47:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-08-07 21:47:29 (GMT) |
commit | a1fcb56d781e342f3cb0aef0f83e87c15c617c65 (patch) | |
tree | 570f5a627340a4bea43fa2d6385980e09bf3f76e /tools/h5diff/testh5diff.sh | |
parent | 021ed070b2f09e8f0536cba53f6b6c7c7188cc38 (diff) | |
download | hdf5-a1fcb56d781e342f3cb0aef0f83e87c15c617c65.zip hdf5-a1fcb56d781e342f3cb0aef0f83e87c15c617c65.tar.gz hdf5-a1fcb56d781e342f3cb0aef0f83e87c15c617c65.tar.bz2 |
[svn-r14051]
Make the compare to itself file test be another due to the recently introduced file with Nans
Tested: linux, solaris
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 264cb4d..dd538e0 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -492,7 +492,7 @@ TOOLTEST h5diff_70.txt $FILE5 $FILE6 -v TOOLTEST h5diff_80.txt $FILE7 $FILE8 -v # 9. compare a file with itself -TOOLTEST h5diff_90.txt $FILE1 $FILE1 +TOOLTEST h5diff_90.txt $FILE2 $FILE2 # 10. read by hyperslab, print indexes TOOLTEST h5diff_100.txt $FILE9 $FILE10 -v |