projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047607f
)
; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
author
Jim Porter
<jporterbugs@gmail.com>
Fri, 26 Jan 2024 18:26:57 +0000
(10:26 -0800)
committer
Jim Porter
<jporterbugs@gmail.com>
Fri, 26 Jan 2024 18:26:57 +0000
(10:26 -0800)
test/lisp/eshell/esh-cmd-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/esh-cmd-tests.el
b/test/lisp/eshell/esh-cmd-tests.el
index c37e6d14187ed1a58964f07254738f4f71a88ef5..741333ff52bee0839d46d0efe51d86a92bd3db65 100644
(file)
--- a/
test/lisp/eshell/esh-cmd-tests.el
+++ b/
test/lisp/eshell/esh-cmd-tests.el
@@
-475,9
+475,10
@@
This tests when `eshell-lisp-form-nil-is-failure' is nil."
"FIXME"
(declare (indent 2))
`(ert-deftest ,(intern (concat "esh-cmd-test/invoke-directly/"
- (symbol-name name))) ()
+ (symbol-name name)))
+ ()
(with-temp-eshell
- (should (equal (eshell-invoke-directly
+ (should (equal (eshell-invoke-directly
-p
(eshell-parse-command ,command nil t))
,expected)))))