diff options
| author | Jim Porter | 2023-09-08 21:08:57 -0700 |
|---|---|---|
| committer | Jim Porter | 2023-09-08 21:08:57 -0700 |
| commit | 1bf036bf3f07d00c8b26d2e57c03fda4c0724e9c (patch) | |
| tree | 3a4b9417d4517e912b7ca9daa3a8592ecc793042 | |
| parent | 4785a63ab71ad5a30d6e148221fae39559fdd79d (diff) | |
| download | emacs-1bf036bf3f07d00c8b26d2e57c03fda4c0724e9c.tar.gz emacs-1bf036bf3f07d00c8b26d2e57c03fda4c0724e9c.zip | |
; 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.
| -rw-r--r-- | test/lisp/eshell/esh-proc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el index 712d3519dce..9e349cc31b6 100644 --- a/test/lisp/eshell/esh-proc-tests.el +++ b/test/lisp/eshell/esh-proc-tests.el | |||
| @@ -86,7 +86,7 @@ | |||
| 86 | "\\`\\'")) | 86 | "\\`\\'")) |
| 87 | (should (equal (buffer-string) "stdout\nstderr\n")))) | 87 | (should (equal (buffer-string) "stdout\nstderr\n")))) |
| 88 | 88 | ||
| 89 | (ert-deftest esh-var-test/output/remote-redirect () | 89 | (ert-deftest esh-proc-test/output/remote-redirect () |
| 90 | "Check that redirecting stdout for a remote process works." | 90 | "Check that redirecting stdout for a remote process works." |
| 91 | (skip-unless (and (eshell-tests-remote-accessible-p) | 91 | (skip-unless (and (eshell-tests-remote-accessible-p) |
| 92 | (executable-find "echo"))) | 92 | (executable-find "echo"))) |