aboutsummaryrefslogtreecommitdiff
path: root/test/cli/test83
diff options
context:
space:
mode:
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"