diff options
| author | Po Lu | 2021-12-04 20:34:08 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-04 20:34:08 +0800 |
| commit | f851e725b35d2ebd51b829059761a232d2ca1fbb (patch) | |
| tree | 72419831198f59a89e5bc9c6554b6866651273dd /test | |
| parent | 44ed0981535e1baf994b55ede7a975a03a69c960 (diff) | |
| parent | aa6681a51ad12e3fd8363febfbaacebe9dc06510 (diff) | |
| download | emacs-f851e725b35d2ebd51b829059761a232d2ca1fbb.tar.gz emacs-f851e725b35d2ebd51b829059761a232d2ca1fbb.zip | |
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/dired-aux-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/dired-aux-tests.el b/test/lisp/dired-aux-tests.el index 374164f1f9b..69fc95ba552 100644 --- a/test/lisp/dired-aux-tests.el +++ b/test/lisp/dired-aux-tests.el | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | 64 | ||
| 65 | (ert-deftest dired-test-bug28834 () | 65 | (ert-deftest dired-test-bug28834 () |
| 66 | "test for https://debbugs.gnu.org/28834 ." | 66 | "test for https://debbugs.gnu.org/28834 ." |
| 67 | (let (from to-cp to-mv) | 67 | (let (to-cp to-mv) |
| 68 | ;; `dired-create-destination-dirs' set to 'always. | 68 | ;; `dired-create-destination-dirs' set to 'always. |
| 69 | (with-dired-bug28834-test | 69 | (with-dired-bug28834-test |
| 70 | 'always nil | 70 | 'always nil |