From a40273ee93eab34aca036d6bb4e92d62f20dc79c Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Fri, 20 Apr 2001 13:30:16 +0000 Subject: use -b flag for diff git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@952 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- nad/test27 | 2 +- nad/test83 | 2 +- 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" -- cgit v1.2.3