* test/lisp/wdired-tests.el (wdired-test-bug34915): Fix for *BSD.
(Bug#74721)
This commit is contained in:
parent
c87c5b95e1
commit
69191aeefd
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ wdired-get-filename before and after editing."
|
|||
(ert-with-temp-directory test-dir
|
||||
(let* ((dired-listing-switches "-Fl")
|
||||
(dired-ls-F-marks-symlinks
|
||||
(or (eq system-type 'darwin)
|
||||
(or (and (memq system-type '(berkeley-unix darwin))
|
||||
(not (string= insert-directory-program "gls")))
|
||||
(featurep 'ls-lisp)))
|
||||
(buf (find-file-noselect test-dir))
|
||||
proc)
|
||||
|
|
Loading…
Add table
Reference in a new issue