]> git.eshelyaron.com Git - emacs.git/commit
; Move some Eshell tests to more-topical files
authorJim Porter <jporterbugs@gmail.com>
Thu, 7 Sep 2023 00:00:59 +0000 (17:00 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sun, 10 Sep 2023 17:38:25 +0000 (10:38 -0700)
commite554ee0b5f77a3b6fe70e7a4d3d60bf319879aca
treebf30586f0dfacbc5f17adff991bcae084236f10e
parentf9667836c4b193d02a375350f4a16e0fe8d8b4f2
; Move some Eshell tests to more-topical files

eshell-tests.el should mainly be for code in eshell.el.

* test/lisp/eshell/eshell-tests.el (eshell-test/pipe-headproc)
(eshell-test/pipe-tailproc, eshell-test/pipe-subcommand)
(eshell-test/pipe-subcommand-with-pipe)
(eshell-test/subcommand-reset-in-pipeline)
(eshell-test/lisp-reset-in-pipeline): Move to...
* test/lisp/eshell/esh-cmd-tests.el
(esh-cmd-test/pipeline-wait/head-proc)
(esh-cmd-test/pipeline-wait/tail-proc)
(esh-cmd-test/pipeline-wait/subcommand)
(esh-cmd-test/pipeline-wait/subcommand-with-pipe)
(esh-cmd-test/reset-in-pipeline/subcommand)
(esh-cmd-test/reset-in-pipeline/lisp): ... here.

* test/lisp/eshell/eshell-tests.el (eshell-test/pipe-headproc-stdin):
Move to...
* test/lisp/eshell/esh-io-tests.el
(esh-io-test/pipeline/stdin-to-head): ... here.
test/lisp/eshell/esh-cmd-tests.el
test/lisp/eshell/esh-io-tests.el
test/lisp/eshell/eshell-tests.el