diff options
| author | Stefan Kangas | 2024-11-04 22:27:36 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-11-21 10:06:19 +0100 |
| commit | 7cb77385d38b96377d404a2ab0e778b2dfce5c77 (patch) | |
| tree | b9a275865e75e3b40ba9a20fc937112a7911043d /test | |
| parent | eee0ed8442aa78320a3e578ab290df145fb49624 (diff) | |
| download | emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.tar.gz emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.zip | |
; Fix typos
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/erc/erc-scenarios-log.el | 2 | ||||
| -rw-r--r-- | test/lisp/erc/erc-track-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/erc/erc-scenarios-log.el b/test/lisp/erc/erc-scenarios-log.el index 4ff1b956aea..06fbc37a08a 100644 --- a/test/lisp/erc/erc-scenarios-log.el +++ b/test/lisp/erc/erc-scenarios-log.el | |||
| @@ -267,7 +267,7 @@ | |||
| 267 | (should (string= (buffer-name) (format "127.0.0.1:%d" port))) | 267 | (should (string= (buffer-name) (format "127.0.0.1:%d" port))) |
| 268 | (should-not (file-exists-p logserv)) | 268 | (should-not (file-exists-p logserv)) |
| 269 | (should-not (file-exists-p logchan)) | 269 | (should-not (file-exists-p logchan)) |
| 270 | ;; Verify that truncation actally happens where it should. | 270 | ;; Verify that truncation actually happens where it should. |
| 271 | (funcall assert-truncation expect) | 271 | (funcall assert-truncation expect) |
| 272 | (should (file-exists-p logserv)))) | 272 | (should (file-exists-p logserv)))) |
| 273 | 273 | ||
diff --git a/test/lisp/erc/erc-track-tests.el b/test/lisp/erc/erc-track-tests.el index c830c8b2016..59b200a2fe8 100644 --- a/test/lisp/erc/erc-track-tests.el +++ b/test/lisp/erc/erc-track-tests.el | |||
| @@ -314,7 +314,7 @@ | |||
| 314 | 314 | ||
| 315 | (push (list (point)) bounds) | 315 | (push (list (point)) bounds) |
| 316 | (insert ; JOIN | 316 | (insert ; JOIN |
| 317 | ts " " ; iniital `fill' indentation lacks properties | 317 | ts " " ; initial `fill' indentation lacks properties |
| 318 | #("*** You have joined channel #chan" 0 33 | 318 | #("*** You have joined channel #chan" 0 33 |
| 319 | (font-lock-face erc-notice-face)) | 319 | (font-lock-face erc-notice-face)) |
| 320 | "\n") | 320 | "\n") |
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 59b4bbb7c6a..5df3dadf5c9 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -8058,7 +8058,7 @@ process sentinels. They shall not disturb each other." | |||
| 8058 | ;; We want to see the timeout message. | 8058 | ;; We want to see the timeout message. |
| 8059 | (tramp--test-instrument-test-case 3 | 8059 | (tramp--test-instrument-test-case 3 |
| 8060 | (sleep-for 2)) | 8060 | (sleep-for 2)) |
| 8061 | ;; Session cancelled, no password in cache. | 8061 | ;; Session canceled, no password in cache. |
| 8062 | (should-not | 8062 | (should-not |
| 8063 | (password-in-cache-p | 8063 | (password-in-cache-p |
| 8064 | (auth-source-format-cache-entry | 8064 | (auth-source-format-cache-entry |