]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: do not run danetool.sh on windows
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 19 Apr 2016 07:20:04 +0000 (09:20 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 19 Apr 2016 07:20:06 +0000 (09:20 +0200)
The test fails due to CRLF.

tests/Makefile.am

index f309a0da0701508f55d95c8e3a1369b14166f2fd..89067d277bbef3bdc77dae35e85e9e45a14d8aef 100644 (file)
@@ -187,7 +187,11 @@ name_constraints_merge_CPPFLAGS = $(CPPFLAGS) \
        -I$(top_builddir)/gl
 
 check_PROGRAMS = $(ctests)
-dist_check_SCRIPTS = rfc2253-escape-test danetool.sh
+dist_check_SCRIPTS = rfc2253-escape-test
+
+if !WINDOWS
+dist_check_SCRIPTS += danetool.sh
+endif
 
 TESTS = $(ctests) $(dist_check_SCRIPTS)