From: Jim Porter Date: Sat, 9 Sep 2023 04:08:57 +0000 (-0700) Subject: ; Fix name of an Eshell test X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bf036bf3f07d00c8b26d2e57c03fda4c0724e9c;p=emacs.git ; 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. --- 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 @@ "\\`\\'")) (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")))