aboutsummaryrefslogtreecommitdiff
path: root/test/cli/test27
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/test27')
-rwxr-xr-xtest/cli/test272
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/test27 b/test/cli/test27
index 421f9044..bfc1cb0a 100755
--- a/test/cli/test27
+++ b/test/cli/test27
@@ -836,7 +836,7 @@ EOF
#
# do 'diff' with distribution results
echo "diff ${OUT} with pj_out27.dist"
-diff -b ${OUT} ${TEST_CLI_DIR}/pj_out27.dist
+diff -u -b ${OUT} ${TEST_CLI_DIR}/pj_out27.dist
if [ $? -ne 0 ] ; then
echo ""
echo "PROBLEMS HAVE OCCURRED"