emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dired-tests.el fails on MS-Windows


From: Tino Calancha
Subject: Re: dired-tests.el fails on MS-Windows
Date: Fri, 4 Aug 2017 22:39:05 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Fri, 4 Aug 2017, Eli Zaretskii wrote:

Does it work now in Windows?

It didn't, but given the comments I've now succeeded to understand the
idea of dired-test-bug25609, and fixed it.
Great! Thank you.

dired-test-bug27631 still fails, and it fails because of this:

         (setq buf (dired (expand-file-name "dir*/*.txt" dir)))

ls-lisp signals an error here:

  wrong-type-argument listp "dir*/*.txt"

Didn't you add a feature lately that should support this in ls-lisp?
I guess that feature needs to be turned on for this test to pass on
Windows.
Yeah, that test must be skipped when Dired is using 'ls' emulation. We have tests for the same bug in ls-lisp-tests.el and em-ls-tests.el.
I've just pushed a fix.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]