diff options
| author | Po Lu | 2024-07-16 10:15:27 +0800 |
|---|---|---|
| committer | Po Lu | 2024-07-16 10:15:27 +0800 |
| commit | 0fc8d8836701f928a124ac13c32e6dae7f55ee37 (patch) | |
| tree | 1cb5a9b65f2592709e77ca43f147a14392c0afd9 /test | |
| parent | 35606d575b8830174874b9ddcc24ed8243071f53 (diff) | |
| parent | a7b68c25640de8214bc759d20180373c2dbcfa16 (diff) | |
| download | emacs-0fc8d8836701f928a124ac13c32e6dae7f55ee37.tar.gz emacs-0fc8d8836701f928a124ac13c32e6dae7f55ee37.zip | |
Merge from savannah/emacs-30
a7b68c25640 Fix intermittent failure of dired-test-bug27243-02
fc25b4d8370 * etc/TODO: Refer to Bug#72127 for Magit assignments.
17c62c1242f Rename treesitter test
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/align-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/dired-tests.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/lisp/align-tests.el b/test/lisp/align-tests.el index eaebaf8360c..486658a9523 100644 --- a/test/lisp/align-tests.el +++ b/test/lisp/align-tests.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | 51 | ||
| 52 | (autoload 'treesit-ready-p "treesit") | 52 | (autoload 'treesit-ready-p "treesit") |
| 53 | 53 | ||
| 54 | (ert-deftest align-lua () | 54 | (ert-deftest align-ts-lua () |
| 55 | (skip-unless (treesit-ready-p 'lua t)) | 55 | (skip-unless (treesit-ready-p 'lua t)) |
| 56 | (let ((comment-column 20) | 56 | (let ((comment-column 20) |
| 57 | (indent-tabs-mode nil)) | 57 | (indent-tabs-mode nil)) |
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el index 651b77500a1..3b1f80d3d3d 100644 --- a/test/lisp/dired-tests.el +++ b/test/lisp/dired-tests.el | |||
| @@ -189,7 +189,9 @@ | |||
| 189 | (ert-deftest dired-test-bug27243-02 () | 189 | (ert-deftest dired-test-bug27243-02 () |
| 190 | "Test for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27243#28 ." | 190 | "Test for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27243#28 ." |
| 191 | (ert-with-temp-directory test-dir | 191 | (ert-with-temp-directory test-dir |
| 192 | (let ((dired-auto-revert-buffer t) buffers) | 192 | (let ((dired-auto-revert-buffer t) |
| 193 | (dired-free-space nil) | ||
| 194 | buffers) | ||
| 193 | ;; On MS-Windows, get rid of 8+3 short names in test-dir, if the | 195 | ;; On MS-Windows, get rid of 8+3 short names in test-dir, if the |
| 194 | ;; corresponding long file names exist, otherwise such names trip | 196 | ;; corresponding long file names exist, otherwise such names trip |
| 195 | ;; string comparisons below. | 197 | ;; string comparisons below. |