summaryrefslogtreecommitdiff
path: root/test/lisp/vc/vc-bzr-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/vc/vc-bzr-tests.el')
-rw-r--r--test/lisp/vc/vc-bzr-tests.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el
index fc7d8f8283f..e751f562866 100644
--- a/test/lisp/vc/vc-bzr-tests.el
+++ b/test/lisp/vc/vc-bzr-tests.el
@@ -18,7 +18,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
@@ -29,7 +29,7 @@
(require 'vc-dir)
(ert-deftest vc-bzr-test-bug9726 ()
- "Test for http://debbugs.gnu.org/9726 ."
+ "Test for https://debbugs.gnu.org/9726 ."
(skip-unless (executable-find vc-bzr-program))
;; Bzr wants to access HOME, e.g. to write ~/.bzr.log.
;; This is a problem on hydra, where HOME is non-existent.
@@ -71,7 +71,7 @@
;; Not specific to bzr.
(ert-deftest vc-bzr-test-bug9781 ()
- "Test for http://debbugs.gnu.org/9781 ."
+ "Test for https://debbugs.gnu.org/9781 ."
(skip-unless (executable-find vc-bzr-program))
(let* ((homedir (make-temp-file "vc-bzr-test" t))
(bzrdir (expand-file-name "bzr" homedir))