summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pathlen
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pathlen')
-rwxr-xr-xtests/cert-tests/pathlen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/pathlen b/tests/cert-tests/pathlen
index d940fe8c14..074b0b91eb 100755
--- a/tests/cert-tests/pathlen
+++ b/tests/cert-tests/pathlen
@@ -24,7 +24,7 @@ set -e
srcdir="${srcdir:-.}"
CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-DIFF="${DIFF:-diff}"
+DIFF="${DIFF:-diff -b -B}"
if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND}"
fi