summaryrefslogtreecommitdiff
path: root/test/lisp/dired-tests.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-13 15:52:52 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-13 15:54:37 -0700
commitbc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch)
treeef96fb35c034096404b7edaa25982023f38cf84f /test/lisp/dired-tests.el
parent5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff)
downloademacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz
Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
Diffstat (limited to 'test/lisp/dired-tests.el')
-rw-r--r--test/lisp/dired-tests.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el
index 1f6e060832e..99006eca3e3 100644
--- a/test/lisp/dired-tests.el
+++ b/test/lisp/dired-tests.el
@@ -15,7 +15,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/>.
;;; Code:
(require 'ert)
@@ -32,7 +32,7 @@
'dired-jump))))
(ert-deftest dired-test-bug22694 ()
- "Test for http://debbugs.gnu.org/22694 ."
+ "Test for https://debbugs.gnu.org/22694 ."
(let* ((dir (expand-file-name "bug22694" default-directory))
(file "test")
(full-name (expand-file-name file dir))
@@ -56,7 +56,7 @@
(defvar dired-dwim-target)
(ert-deftest dired-test-bug25609 ()
- "Test for http://debbugs.gnu.org/25609 ."
+ "Test for https://debbugs.gnu.org/25609 ."
(let* ((from (make-temp-file "foo" 'dir))
;; Make sure we have long file-names in 'from' and 'to', not
;; their 8+3 short aliases, because the latter will confuse
@@ -109,7 +109,7 @@
(advice-remove 'completing-read "advice-completing-read"))))
;; (ert-deftest dired-test-bug27243 ()
-;; "Test for http://debbugs.gnu.org/27243 ."
+;; "Test for https://debbugs.gnu.org/27243 ."
;; (let ((test-dir (make-temp-file "test-dir-" t))
;; (dired-auto-revert-buffer t) buffers)
;; (with-current-buffer (find-file-noselect test-dir)
@@ -254,7 +254,7 @@
(delete-directory test-dir t))))
(ert-deftest dired-test-bug7131 ()
- "Test for http://debbugs.gnu.org/7131 ."
+ "Test for https://debbugs.gnu.org/7131 ."
(let* ((dir (expand-file-name "lisp" source-directory))
(buf (dired dir)))
(unwind-protect
@@ -270,7 +270,7 @@
(when (buffer-live-p buf) (kill-buffer buf)))))
(ert-deftest dired-test-bug27631 ()
- "Test for http://debbugs.gnu.org/27631 ."
+ "Test for https://debbugs.gnu.org/27631 ."
;; For dired using 'ls' emulation we test for this bug in
;; ls-lisp-tests.el and em-ls-tests.el.
(skip-unless (and (not (featurep 'ls-lisp))
@@ -293,7 +293,7 @@
(when (buffer-live-p buf) (kill-buffer buf)))))
(ert-deftest dired-test-bug27899 ()
- "Test for http://debbugs.gnu.org/27899 ."
+ "Test for https://debbugs.gnu.org/27899 ."
(let* ((dir (expand-file-name "src" source-directory))
(buf (dired (list dir "cygw32.c" "alloc.c" "w32xfns.c" "xdisp.c")))
(orig dired-hide-details-mode))
@@ -309,7 +309,7 @@
(dired-hide-details-mode orig))))
(ert-deftest dired-test-bug27968 ()
- "Test for http://debbugs.gnu.org/27968 ."
+ "Test for https://debbugs.gnu.org/27968 ."
(let* ((top-dir (make-temp-file "top-dir" t))
(subdir (expand-file-name "subdir" top-dir))
(header-len-fn (lambda ()
@@ -379,7 +379,7 @@
(kill-buffer (current-buffer))))))
(ert-deftest dired-test-bug27940 ()
- "Test for http://debbugs.gnu.org/27940 ."
+ "Test for https://debbugs.gnu.org/27940 ."
;; If just empty dirs we shouldn't be prompted.
(dired-test-with-temp-dirs
'just-empty-dirs