]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix name of an Eshell test
authorJim Porter <jporterbugs@gmail.com>
Sat, 9 Sep 2023 04:08:57 +0000 (21:08 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sat, 9 Sep 2023 04:08:57 +0000 (21:08 -0700)
* test/lisp/eshell/esh-proc-tests.el
(esh-var-test/output/remote-redirect): Rename to...
(esh-proc-test/output/remote-redirect): ... this.

test/lisp/eshell/esh-proc-tests.el

index 712d3519dce30f931de30347e6e5af0fc69ca398..9e349cc31b6fdccb1869db164c5be53597cd8c72 100644 (file)
@@ -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")))