aboutsummaryrefslogtreecommitdiff
path: root/test/cli/test83
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-04-09 20:59:24 +0200
committerGitHub <noreply@github.com>2019-04-09 20:59:24 +0200
commit3087886ce3a274490d9bed004a0a5a14eb05e286 (patch)
tree706a4345d3085646570a19eb1d088b29eb9f3dfe /test/cli/test83
parentf0399c63d8b39fe7b6f9cf2ca562b6d5f2939549 (diff)
parentce0c1164626b6d908f5cf58bac65f5fed24b908d (diff)
downloadPROJ-3087886ce3a274490d9bed004a0a5a14eb05e286.tar.gz
PROJ-3087886ce3a274490d9bed004a0a5a14eb05e286.zip
Merge pull request #1410 from mwtoews/ci
Adjust test outputs
Diffstat (limited to 'test/cli/test83')
-rwxr-xr-xtest/cli/test832
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/test83 b/test/cli/test83
index 59793870..cfb1365e 100755
--- a/test/cli/test83
+++ b/test/cli/test83
@@ -717,7 +717,7 @@ EOF
#
# do 'diff' with distribution results
echo "diff ${OUT} with pj_out83.dist"
-diff -b ${OUT} ${TEST_CLI_DIR}/pj_out83.dist
+diff -u -b ${OUT} ${TEST_CLI_DIR}/pj_out83.dist
if [ $? -ne 0 ] ; then
echo ""
echo "PROBLEMS HAVE OCCURRED"