[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
This commit is contained in:
Pedro Vicente Nunes
2008-10-17 18:45:32 -05:00
parent 6c262bfc93
commit 1e1bcb801c
20 changed files with 71 additions and 42 deletions

View File

@@ -94,7 +94,7 @@ int main(int argc, const char *argv[])
*-------------------------------------------------------------------------
*/
parse_command_line(argc, argv, &fname1, &fname2, &objname1, &objname2, &options);
parse_command_line(argc, argv, &options);
/*-------------------------------------------------------------------------
* file and object names
@@ -140,10 +140,6 @@ int main(int argc, const char *argv[])
if ( options.contents == 0 )
ret = 1;
/* but return 0 for no differences if graph comparison not required */
if ( options.m_no_contents == 1 )
ret = 0;
/* and return 2 for error */
if (options.err_stat)
ret = 2;