aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testvarious
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/testvarious
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/testvarious')
-rwxr-xr-xtest/cli/testvarious2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/testvarious b/test/cli/testvarious
index afe52ade..7b4a47f3 100755
--- a/test/cli/testvarious
+++ b/test/cli/testvarious
@@ -969,7 +969,7 @@ EOF
# Done!
# do 'diff' with distribution results
echo "diff ${OUT} with ${OUT}.dist"
-diff -b ${OUT} ${TEST_CLI_DIR}/${OUT}.dist
+diff -u -b ${OUT} ${TEST_CLI_DIR}/${OUT}.dist
if [ $? -ne 0 ] ; then
echo ""
echo "PROBLEMS HAVE OCCURRED"