diff options
Diffstat (limited to 'test/lisp/dired-aux-tests.el')
-rw-r--r-- | test/lisp/dired-aux-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/dired-aux-tests.el b/test/lisp/dired-aux-tests.el index 9e02af272b6..d41feb1592f 100644 --- a/test/lisp/dired-aux-tests.el +++ b/test/lisp/dired-aux-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-bug27496 () - "Test for http://debbugs.gnu.org/27496 ." + "Test for https://debbugs.gnu.org/27496 ." (skip-unless (executable-find shell-file-name)) (let* ((foo (make-temp-file "foo")) (files (list foo))) |