projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4785a63
)
; Fix name of an Eshell test
author
Jim Porter
<jporterbugs@gmail.com>
Sat, 9 Sep 2023 04:08:57 +0000
(21:08 -0700)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/esh-proc-tests.el
b/test/lisp/eshell/esh-proc-tests.el
index 712d3519dce30f931de30347e6e5af0fc69ca398..9e349cc31b6fdccb1869db164c5be53597cd8c72 100644
(file)
--- 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")))