]> git.eshelyaron.com Git - emacs.git/commit
Move dired tests using ls emulation to different files
authorTino Calancha <tino.calancha@gmail.com>
Wed, 2 Aug 2017 07:39:11 +0000 (16:39 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Wed, 2 Aug 2017 07:47:28 +0000 (16:47 +0900)
commita79671c97fb193ec44ca27e1eeb9e7f5bcf2e9f6
treecb73aab51f94aa1bc885abda82f36e5d6044de0d
parent0668ecc0cd9c2ef7bc0e6f320af454aca1325c25
Move dired tests using ls emulation to different files

Suggested in:
https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00018.html
* test/lisp/dired-tests.el (dired-test-bug27693)
(dired-test-bug27762, dired-test-bug27817)
(dired-test-bug27631, dired-test-bug27843): Delete those
parts requiring either ls-lisp or eshell-ls.

* test/lisp/ls-lisp-tests.el (ls-lisp-test-bug27762)
(ls-lisp-test-bug27631, ls-lisp-test-bug27693):
Add all dired tests using ls-lisp here.

* test/lisp/eshell/em-ls-tests.el (em-ls-test-bug27631)
(em-ls-test-bug27817, em-ls-test-bug27843): New test file.  Add
all dired tests using eshell-ls here.
test/lisp/dired-tests.el
test/lisp/eshell/em-ls-tests.el [new file with mode: 0644]
test/lisp/ls-lisp-tests.el