diff options
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 |