; Fix name of an Eshell test
* test/lisp/eshell/esh-proc-tests.el (esh-var-test/output/remote-redirect): Rename to... (esh-proc-test/output/remote-redirect): ... this.
This commit is contained in:
parent
4785a63ab7
commit
1bf036bf3f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
"\\`\\'"))
|
||||
(should (equal (buffer-string) "stdout\nstderr\n"))))
|
||||
|
||||
(ert-deftest esh-var-test/output/remote-redirect ()
|
||||
(ert-deftest esh-proc-test/output/remote-redirect ()
|
||||
"Check that redirecting stdout for a remote process works."
|
||||
(skip-unless (and (eshell-tests-remote-accessible-p)
|
||||
(executable-find "echo")))
|
||||
|
|
Loading…
Add table
Reference in a new issue