diff options
Diffstat (limited to 'Test/lit.site.cfg')
-rw-r--r-- | Test/lit.site.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/lit.site.cfg b/Test/lit.site.cfg index f9bed3c8..e5ac6593 100644 --- a/Test/lit.site.cfg +++ b/Test/lit.site.cfg @@ -107,7 +107,7 @@ if not solverFound: # Add diff tool substitution diffExecutable = None if os.name == 'posix': - diffExecutable = 'diff --unified=3' + diffExecutable = 'diff --unified=3 --strip-trailing-cr --ignore-all-space' elif os.name == 'nt': diffExecutable = 'fc /W' else: |