diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-04 15:15:36 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-04 15:15:45 +0200 |
commit | 1432cfd485d33bb518ab6ac5667ae4e4faf7f6b5 (patch) | |
tree | 1e71c02566522afb3175d19dedcf84fa60b26e60 /test/lisp/wdired-tests.el | |
parent | a3c870d7e2426bd401c2de60fa851176cf631f7c (diff) | |
download | emacs-1432cfd485d33bb518ab6ac5667ae4e4faf7f6b5.tar.gz emacs-1432cfd485d33bb518ab6ac5667ae4e4faf7f6b5.tar.bz2 emacs-1432cfd485d33bb518ab6ac5667ae4e4faf7f6b5.zip |
Fix debugging code checked in from wdired-tests
Diffstat (limited to 'test/lisp/wdired-tests.el')
-rw-r--r-- | test/lisp/wdired-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/wdired-tests.el b/test/lisp/wdired-tests.el index fcd8b626404..2cfabd1ee2d 100644 --- a/test/lisp/wdired-tests.el +++ b/test/lisp/wdired-tests.el @@ -132,7 +132,7 @@ wdired-mode." (declare-function dired-smart-shell-command "dired-x" (command &optional output-buffer error-buffer)) -(defun wdired-test-bug34915 () +(ert-deftest wdired-test-bug34915 () "Test editing when dired-listing-switches includes -F. Appended file indicators should not count as part of the file name, either before or after editing. Since |