]> git.eshelyaron.com Git - emacs.git/commit
dired-tests: Unload tested features after test them
authorTino Calancha <tino.calancha@gmail.com>
Mon, 31 Jul 2017 12:51:12 +0000 (21:51 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Mon, 31 Jul 2017 12:59:47 +0000 (21:59 +0900)
commit192342a3a93a2e467ab589ae2d1ffd5e7acf1398
tree3824efc7ed1bb3054e472319ffffd88081e8e680
parent3d58ea1c0ba821a4d6915d6beeaa1617d4ad606f
dired-tests: Unload tested features after test them

Some tests are for Dired with ls-lisp or eshell-ls.
Requiring these features add an advice on `dired' and
might affect other tests.
Do not require these features at the top of the file; require
then inside the tests and unload then at the end.
* test/lisp/dired-tests.el (dired-test-bug27693)
(dired-test-bug7131, dired-test-bug27817, dired-test-bug27631):
require ls-lisp and/or eshell-ls inside the test; unload the
features at the end.
test/lisp/dired-tests.el