diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-30 21:51:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-30 21:51:32 (GMT) |
commit | cceba7e0c9904763e489a0106f697b6a9245f2de (patch) | |
tree | b06ac68b00867f387c263136b5308ebdd41072bf /tools/testfiles | |
parent | 967c5d5684014e52e3b24e9c1f62e94796242d05 (diff) | |
download | hdf5-cceba7e0c9904763e489a0106f697b6a9245f2de.zip hdf5-cceba7e0c9904763e489a0106f697b6a9245f2de.tar.gz hdf5-cceba7e0c9904763e489a0106f697b6a9245f2de.tar.bz2 |
[svn-r7796] Purpose:
h5diff improvment
Description:
changed a call to exit(1) for return -1 for user friendiness in the h5diff function
in the case that H5Fopen fails
Solution:
Platforms tested:
linux (small change )
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_629.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testfiles/h5diff_629.txt b/tools/testfiles/h5diff_629.txt index 51a825f..75015f1 100644 --- a/tools/testfiles/h5diff_629.txt +++ b/tools/testfiles/h5diff_629.txt @@ -3,3 +3,5 @@ Expected output for 'h5diff file1.h6 file2.h6' ############################# $h5diff file1.h6 file2.h6 h5diff: file1.h6: No such file or directory +h5diff: file2.h6: No such file or directory + |