diff options
Diffstat (limited to 'test/cli/testntv2')
| -rwxr-xr-x | test/cli/testntv2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/testntv2 b/test/cli/testntv2 index 50b5d0ca..73371dbe 100755 --- a/test/cli/testntv2 +++ b/test/cli/testntv2 @@ -57,7 +57,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" |
