gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-14-g8c1fb


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-14-g8c1fbcb
Date: Thu, 30 Sep 2010 07:23:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=8c1fbcb57d4aa8a6549df9a57299230e6a1b13fb

The branch, gnutls_2_10_x has been updated
       via  8c1fbcb57d4aa8a6549df9a57299230e6a1b13fb (commit)
      from  561199ee5adf7f5b60e6be8f236055cb6333985b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c1fbcb57d4aa8a6549df9a57299230e6a1b13fb
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 09:22:18 2010 +0200

    Make pkcs8-decode test work on Windows.

-----------------------------------------------------------------------

Summary of changes:
 tests/pkcs8-decode/Makefile.am |    2 ++
 tests/pkcs8-decode/pkcs8       |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/pkcs8-decode/Makefile.am b/tests/pkcs8-decode/Makefile.am
index aefb75c..ba4eaa6 100644
--- a/tests/pkcs8-decode/Makefile.am
+++ b/tests/pkcs8-decode/Makefile.am
@@ -24,3 +24,5 @@ EXTRA_DIST = encpkcs8.pem unencpkcs8.pem enc2pkcs8.pem
 dist_check_SCRIPTS = pkcs8
 
 TESTS = pkcs8
+
+TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)
diff --git a/tests/pkcs8-decode/pkcs8 b/tests/pkcs8-decode/pkcs8
index 442de2f..aab9981 100755
--- a/tests/pkcs8-decode/pkcs8
+++ b/tests/pkcs8-decode/pkcs8
@@ -21,7 +21,7 @@
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 srcdir=${srcdir:-.}
-CERTTOOL=${CERTTOOL:-../../src/certtool}
+CERTTOOL=${CERTTOOL:-../../src/certtool$EXEEXT}
 
 ret=0
 for p8 in 'encpkcs8.pem foobar' unencpkcs8.pem 'enc2pkcs8.pem baz'; do


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]