[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

@@ -17,7 +17,7 @@ extern unsigned char g_Parallel;
extern int g_nTasks;
void usage(void);
void parse_command_line(int argc, const char* argv[], const char** fname1, const char** fname2, const char** objname1, const char** objname2, diff_opt_t* options);
void parse_command_line(int argc, const char* argv[], diff_opt_t* options);
void h5diff_exit(int status);
void print_info(diff_opt_t* options);