From 208777ec89b63e27fbe34879ec43d95329301c08 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 16 Oct 2008 14:00:18 -0500 Subject: [svn-r15891] Make the h5diff call compare only the source and destination objects, otherwise if we attempt to compare the all file, h5diff returns 1 for differences Tested: linux -This line, and those below, will be ignored-- M tools/h5copy/testh5copy.sh --- tools/h5copy/testh5copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index 0acc4df..15d4984 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -115,7 +115,7 @@ TOOLTEST() fi if [ $runh5diff != no ]; then - H5DIFFTEST $inputfile $outputfile + H5DIFFTEST $inputfile $outputfile $7 $9 fi } -- cgit v0.12