aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/eshell/em-ls-tests.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/lisp/eshell/em-ls-tests.el b/test/lisp/eshell/em-ls-tests.el
index b89a54641bd..ea9dbff48fc 100644
--- a/test/lisp/eshell/em-ls-tests.el
+++ b/test/lisp/eshell/em-ls-tests.el
@@ -94,15 +94,6 @@
94 (should (cdr (dired-get-marked-files))) 94 (should (cdr (dired-get-marked-files)))
95 (kill-buffer buf) 95 (kill-buffer buf)
96 (setq buf (dired (expand-file-name "lisp/subr.el" source-directory))) 96 (setq buf (dired (expand-file-name "lisp/subr.el" source-directory)))
97 (when (getenv "EMACS_HYDRA_CI")
98 (message "X1%s" (buffer-substring-no-properties
99 (point-min) (point-max)))
100 (message "X2%s" (buffer-substring-no-properties
101 (line-beginning-position)
102 (line-end-position)))
103 (message "X3%s" (buffer-substring-no-properties
104 (point)
105 (line-end-position))))
106 (should (looking-at "subr\\.el"))) 97 (should (looking-at "subr\\.el")))
107 (customize-set-variable 'eshell-ls-use-in-dired orig) 98 (customize-set-variable 'eshell-ls-use-in-dired orig)
108 (and (buffer-live-p buf) (kill-buffer))))) 99 (and (buffer-live-p buf) (kill-buffer)))))