diff options
Diffstat (limited to 'test/src/lread-tests.el')
-rw-r--r-- | test/src/lread-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/lread-tests.el b/test/src/lread-tests.el index dd5a2003b41..ac730b4f005 100644 --- a/test/src/lread-tests.el +++ b/test/src/lread-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -160,7 +160,7 @@ literals (Bug#20852)." (should (eq (read (concat "\\" str)) (intern str)))))) (ert-deftest lread-test-bug26837 () - "Test for http://debbugs.gnu.org/26837 ." + "Test for https://debbugs.gnu.org/26837 ." (let ((load-path (cons (file-name-as-directory (expand-file-name "data" (getenv "EMACS_TEST_DIRECTORY"))) |