emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1bf036bf3f0: ; Fix name of an Eshell test


From: Jim Porter
Subject: master 1bf036bf3f0: ; Fix name of an Eshell test
Date: Sat, 9 Sep 2023 00:23:16 -0400 (EDT)

branch: master
commit 1bf036bf3f07d00c8b26d2e57c03fda4c0724e9c
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; 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.
---
 test/lisp/eshell/esh-proc-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]