emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 68f1342: Move the cert files to the data directory


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 68f1342: Move the cert files to the data directory
Date: Sun, 20 Mar 2016 15:09:07 +0000

branch: master
commit 68f13422042d086b6210a66282169a2dd0974ea3
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Lars Magne Ingebrigtsen <address@hidden>

    Move the cert files to the data directory
---
 test/{lisp => data}/net/cert.pem      |    0
 test/{lisp => data}/net/key.pem       |    0
 test/lisp/net/network-stream-tests.el |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/net/cert.pem b/test/data/net/cert.pem
similarity index 100%
rename from test/lisp/net/cert.pem
rename to test/data/net/cert.pem
diff --git a/test/lisp/net/key.pem b/test/data/net/key.pem
similarity index 100%
rename from test/lisp/net/key.pem
rename to test/data/net/key.pem
diff --git a/test/lisp/net/network-stream-tests.el 
b/test/lisp/net/network-stream-tests.el
index dbbf40b..91cc8b9 100644
--- a/test/lisp/net/network-stream-tests.el
+++ b/test/lisp/net/network-stream-tests.el
@@ -158,8 +158,8 @@
 (defun make-tls-server (port)
   (start-process "gnutls" (generate-new-buffer "*tls*")
                  "gnutls-serv" "--http"
-                 "--x509keyfile" "lisp/net/key.pem"
-                 "--x509certfile" "lisp/net/cert.pem"
+                 "--x509keyfile" "data/net/key.pem"
+                 "--x509certfile" "data/net/cert.pem"
                  "--port" (format "%s" port)))
 
 (ert-deftest connect-to-tls-ipv4-wait ()



reply via email to

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