; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.

This commit is contained in:
Jim Porter 2024-01-26 10:26:57 -08:00
parent 047607f6e6
commit 330284e7f6

View file

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