aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-12-13 21:02:15 -0500
committerGlenn Morris2018-12-13 21:02:15 -0500
commitd72b69650e64daefe98ad80688506260d8334a73 (patch)
tree8a22bd1426c7f6e52950d930a4dfc316e2b67d7e
parentd4fb2690702fbd348977fc94a9f7a99c00cc3010 (diff)
downloademacs-d72b69650e64daefe98ad80688506260d8334a73.tar.gz
emacs-d72b69650e64daefe98ad80688506260d8334a73.zip
* test/lisp/eshell/em-ls-tests.el (em-ls-test-bug27844): Remove debug.
-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)))))