diff options
Diffstat (limited to 'test/lisp/dired-x-tests.el')
-rw-r--r-- | test/lisp/dired-x-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/dired-x-tests.el b/test/lisp/dired-x-tests.el index e8352a4ecaf..a64cff1e272 100644 --- a/test/lisp/dired-x-tests.el +++ b/test/lisp/dired-x-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) @@ -23,7 +23,7 @@ (ert-deftest dired-test-bug25942 () - "Test for http://debbugs.gnu.org/25942 ." + "Test for https://debbugs.gnu.org/25942 ." (let* ((dirs (list "Public" "Music")) (files (list ".bashrc" "bar.c" "foo.c" "c" ".c")) (all-but-c |