gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-386-gf749880


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-386-gf749880
Date: Thu, 30 Sep 2010 07:22:29 +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=f74988014a55a5aae2af34e4180cb899c81e0fba

The branch, master has been updated
       via  f74988014a55a5aae2af34e4180cb899c81e0fba (commit)
      from  1d3aca31fcd2ac66135e26073e6378f58004f1bb (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 f74988014a55a5aae2af34e4180cb899c81e0fba
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 3c630a0..4bd0566 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]