Fix intermittent failure of dired-test-bug27243-02
* test/lisp/dired-tests.el (dired-test-bug27243-02): Exclude free disk space from dired listing in this test, in case it changes while it's running and confuses the result. (Bug#72120)
This commit is contained in:
parent
fc25b4d837
commit
a7b68c2564
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@
|
|||
(ert-deftest dired-test-bug27243-02 ()
|
||||
"Test for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27243#28 ."
|
||||
(ert-with-temp-directory test-dir
|
||||
(let ((dired-auto-revert-buffer t) buffers)
|
||||
(let ((dired-auto-revert-buffer t)
|
||||
(dired-free-space nil)
|
||||
buffers)
|
||||
;; On MS-Windows, get rid of 8+3 short names in test-dir, if the
|
||||
;; corresponding long file names exist, otherwise such names trip
|
||||
;; string comparisons below.
|
||||
|
|
Loading…
Add table
Reference in a new issue