aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2001-04-20 13:30:16 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2001-04-20 13:30:16 +0000
commita40273ee93eab34aca036d6bb4e92d62f20dc79c (patch)
treeabcb1ba153ee4c0b8e5b54cbe14eb002d249187b
parent20afa4756c4eaf7833de7d71b8e91b5abc4b214c (diff)
downloadPROJ-a40273ee93eab34aca036d6bb4e92d62f20dc79c.tar.gz
PROJ-a40273ee93eab34aca036d6bb4e92d62f20dc79c.zip
use -b flag for diff
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@952 4e78687f-474d-0410-85f9-8d5e500ac6b2
-rwxr-xr-xnad/test272
-rwxr-xr-xnad/test832
2 files changed, 2 insertions, 2 deletions
diff --git a/nad/test27 b/nad/test27
index e69d6d18..4ded6904 100755
--- a/nad/test27
+++ b/nad/test27
@@ -811,7 +811,7 @@ EOF
#
# do 'diff' with distribution results
echo "diff ${OUT} with pj_out27.dist"
-diff ${OUT} pj_out27.dist
+diff -b ${OUT} pj_out27.dist
if [ $? -ne 0 ] ; then
echo ""
echo "PROBLEMS HAVE OCCURED"
diff --git a/nad/test83 b/nad/test83
index 4219a604..1237a326 100755
--- a/nad/test83
+++ b/nad/test83
@@ -691,7 +691,7 @@ EOF
#
# do 'diff' with distribution results
echo "diff ${OUT} with pj_out83.dist"
-diff ${OUT} pj_out83.dist
+diff -b ${OUT} pj_out83.dist
if [ $? -ne 0 ] ; then
echo ""
echo "PROBLEMS HAVE OCCURED"