aboutsummaryrefslogtreecommitdiff
path: root/nad/test27
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 /nad/test27
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
Diffstat (limited to 'nad/test27')
-rwxr-xr-xnad/test272
1 files changed, 1 insertions, 1 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"