diff options
| author | Glenn Morris | 2018-03-09 15:04:59 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-09 15:04:59 -0500 |
| commit | 94a59a6d8377db809b395175f7dbb81e8325dcf2 (patch) | |
| tree | ba16a7bca9fe2fe5264deabeaea611e876e9522c /test/lisp/eshell | |
| parent | 80e145fc96765cc0a0f48ae2425294c8c92bce56 (diff) | |
| download | emacs-94a59a6d8377db809b395175f7dbb81e8325dcf2.tar.gz emacs-94a59a6d8377db809b395175f7dbb81e8325dcf2.zip | |
Quieten compilation of some test/lisp files
* test/lisp/dired-tests.el (dired-test-bug27243-02)
(dired-test-bug27243-03, dired-test-bug27899)
(dired-test-with-temp-dirs): Remove unused local variables.
* test/lisp/hi-lock-tests.el (hi-lock-bug26666)
(hi-lock-test-set-pattern): Mark unused arguments.
* test/lisp/ses-tests.el (ses-tests-renamed-cells-row-insertion):
Remove unused global "ses-tests-trigger".
* test/lisp/simple-tests.el (line-number-at-pos-when-passing-point):
Remove unused local "pos".
* test/lisp/emacs-lisp/benchmark-tests.el (benchmark-tests):
Pacify compiler.
* test/lisp/emacs-lisp/package-tests.el (package-test-signed):
Replace obsolete function epg-configuration.
* test/lisp/ls-lisp-tests.el:
* test/lisp/eshell/em-ls-tests.el: Require dired.
* test/lisp/progmodes/ruby-mode-tests.el
(ruby-forward-sexp-skips-method-calls-with-keyword-names):
* test/lisp/vc/diff-mode-tests.el
(diff-mode-test-ignore-trailing-dashes): Replace interactive funcs.
Diffstat (limited to 'test/lisp/eshell')
| -rw-r--r-- | test/lisp/eshell/em-ls-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/eshell/em-ls-tests.el b/test/lisp/eshell/em-ls-tests.el index 1ce832f1dcc..c5c9eac3249 100644 --- a/test/lisp/eshell/em-ls-tests.el +++ b/test/lisp/eshell/em-ls-tests.el | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | (require 'ert) | 27 | (require 'ert) |
| 28 | (require 'em-ls) | 28 | (require 'em-ls) |
| 29 | (require 'dired) | ||
| 29 | 30 | ||
| 30 | (ert-deftest em-ls-test-bug27631 () | 31 | (ert-deftest em-ls-test-bug27631 () |
| 31 | "Test for https://debbugs.gnu.org/27631 ." | 32 | "Test for https://debbugs.gnu.org/27631 ." |