]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix wdired test for Macos
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 4 Aug 2020 12:30:13 +0000 (14:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 4 Aug 2020 12:30:20 +0000 (14:30 +0200)
* test/lisp/wdired-tests.el (wdired-test-bug34915): Macos adds "@"
to the end of symlinks (bug#42537).

test/lisp/wdired-tests.el

index 5b01c54cf248cc8954f3727391c586143efcdced..fcd8b626404780a95e6c07f99d9b265b79277de1 100644 (file)
@@ -132,7 +132,7 @@ wdired-mode."
 (declare-function dired-smart-shell-command "dired-x"
                   (command &optional output-buffer error-buffer))
 
-(ert-deftest wdired-test-bug34915 ()
+(defun 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
@@ -143,6 +143,7 @@ wdired-get-filename before and after editing."
   (let* ((test-dir (make-temp-file "test-dir-" t))
          (server-socket-dir test-dir)
          (dired-listing-switches "-Fl")
+         (dired-ls-F-marks-symlinks (eq system-type 'darwin))
          (buf (find-file-noselect test-dir)))
     (unwind-protect
         (progn