summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-01-24 14:13:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-01-24 14:13:47 (GMT)
commit82ac7b92e3b01319dc88db8115614bca4107164e (patch)
treea3ecb24cb7093520a1170f6875a537dc86fe9f38 /tools
parentcf1821d1165dafee67e33783293cc65be45b8a5d (diff)
downloadhdf5-82ac7b92e3b01319dc88db8115614bca4107164e.zip
hdf5-82ac7b92e3b01319dc88db8115614bca4107164e.tar.gz
hdf5-82ac7b92e3b01319dc88db8115614bca4107164e.tar.bz2
[svn-r23198] Remove -q option from diff as some OS do not support it.
Tested: local linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/testh5dump.sh.in2
1 files changed, 1 insertions, 1 deletions
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'