summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-17 23:45:32 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-17 23:45:32 (GMT)
commit1e1bcb801cb2b569ffa2a94cce2433da2917d919 (patch)
treee39ca49188f0f01382a881349ddd2c3cd58d3d1d /tools/lib/h5diff.c
parent6c262bfc9359e274c6a2b8234c34e4415d8146ed (diff)
downloadhdf5-1e1bcb801cb2b569ffa2a94cce2433da2917d919.zip
hdf5-1e1bcb801cb2b569ffa2a94cce2433da2917d919.tar.gz
hdf5-1e1bcb801cb2b569ffa2a94cce2433da2917d919.tar.bz2
[svn-r15900] Make the h5copy test that renames a group to return 1 on the h5diff call and assume 1 is the correct result
Drop the -c flag for h5diff Tested: linux
Diffstat (limited to 'tools/lib/h5diff.c')
-rw-r--r--tools/lib/h5diff.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index 2b10c57..5669945 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -974,10 +974,6 @@ hsize_t diff(hid_t file1_id,
/* if "path1" != "path2" then the groups are "different" */
nfound = (ret != 0) ? 1 : 0;
- /* if the ignore graph is present, consider a no difference */
- if ( options->m_no_contents == 1 )
- nfound = 0;
-
if(print_objname(options, nfound))
do_print_objname("group", path1, path2);