; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
This commit is contained in:
parent
047607f6e6
commit
330284e7f6
1 changed files with 3 additions and 2 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue