summaryrefslogtreecommitdiff
path: root/test/lisp/dired-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/dired-tests.el')
-rw-r--r--test/lisp/dired-tests.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el
index 02dbf263b9a..b14bbc63609 100644
--- a/test/lisp/dired-tests.el
+++ b/test/lisp/dired-tests.el
@@ -271,6 +271,10 @@
(ert-deftest dired-test-bug27631 ()
"Test for http://debbugs.gnu.org/27631 ."
+ ;; For dired using 'ls' emulation we test for this bug in
+ ;; ls-lisp-tests.el and em-ls-tests.el.
+ (skip-unless (and (not (featurep 'ls-lisp))
+ (not (featurep 'eshell))))
(let* ((dir (make-temp-file "bug27631" 'dir))
(dir1 (expand-file-name "dir1" dir))
(dir2 (expand-file-name "dir2" dir))