aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/dired-tests.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el
index 651b77500a1..3b1f80d3d3d 100644
--- a/test/lisp/dired-tests.el
+++ b/test/lisp/dired-tests.el
@@ -189,7 +189,9 @@
189(ert-deftest dired-test-bug27243-02 () 189(ert-deftest dired-test-bug27243-02 ()
190 "Test for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27243#28 ." 190 "Test for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27243#28 ."
191 (ert-with-temp-directory test-dir 191 (ert-with-temp-directory test-dir
192 (let ((dired-auto-revert-buffer t) buffers) 192 (let ((dired-auto-revert-buffer t)
193 (dired-free-space nil)
194 buffers)
193 ;; On MS-Windows, get rid of 8+3 short names in test-dir, if the 195 ;; On MS-Windows, get rid of 8+3 short names in test-dir, if the
194 ;; corresponding long file names exist, otherwise such names trip 196 ;; corresponding long file names exist, otherwise such names trip
195 ;; string comparisons below. 197 ;; string comparisons below.