From: Glenn Morris Date: Fri, 14 Dec 2018 02:02:15 +0000 (-0500) Subject: * test/lisp/eshell/em-ls-tests.el (em-ls-test-bug27844): Remove debug. X-Git-Tag: emacs-27.0.90~3998 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d72b69650e64daefe98ad80688506260d8334a73;p=emacs.git * test/lisp/eshell/em-ls-tests.el (em-ls-test-bug27844): Remove debug. --- 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 @@ (should (cdr (dired-get-marked-files))) (kill-buffer buf) (setq buf (dired (expand-file-name "lisp/subr.el" source-directory))) - (when (getenv "EMACS_HYDRA_CI") - (message "X1%s" (buffer-substring-no-properties - (point-min) (point-max))) - (message "X2%s" (buffer-substring-no-properties - (line-beginning-position) - (line-end-position))) - (message "X3%s" (buffer-substring-no-properties - (point) - (line-end-position)))) (should (looking-at "subr\\.el"))) (customize-set-variable 'eshell-ls-use-in-dired orig) (and (buffer-live-p buf) (kill-buffer)))))