From 82ac7b92e3b01319dc88db8115614bca4107164e Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 24 Jan 2013 09:13:47 -0500 Subject: [svn-r23198] Remove -q option from diff as some OS do not support it. Tested: local linux --- tools/h5dump/testh5dump.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 5c269ae..c766b51 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -31,7 +31,7 @@ H5IMPORT=../h5import/h5import # The h5import tool name H5IMPORT_BIN=`pwd`/$H5IMPORT # The path of the h5import tool binary -CMP='diff -qb' # Compares without end of file newlines +CMP='diff -b' # Compares without end of file newlines DIFF='diff -c' CP='cp' DIRNAME='dirname' -- cgit v0.12