summaryrefslogtreecommitdiff
path: root/tests/pkcs8-decode
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-25 11:56:49 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-25 11:56:49 +0100
commitd8a7207ab9654ee0391dabbf870265b1de53727f (patch)
treecbfd89f5692c7791ba1dbbb625f13a69991c8860 /tests/pkcs8-decode
parentab627878a31d68cf8e733103fedeba2d98857739 (diff)
downloadgnutls-d8a7207ab9654ee0391dabbf870265b1de53727f.tar.gz
tests: changes for running tests under windows
Diffstat (limited to 'tests/pkcs8-decode')
-rwxr-xr-xtests/pkcs8-decode/pkcs82
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkcs8-decode/pkcs8 b/tests/pkcs8-decode/pkcs8
index a305014d14..0cbb5d837e 100755
--- a/tests/pkcs8-decode/pkcs8
+++ b/tests/pkcs8-decode/pkcs8
@@ -22,7 +22,7 @@
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}"