From: Jim Porter Date: Fri, 26 Jan 2024 18:26:57 +0000 (-0800) Subject: ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f486a6323ffcb4d5c40f752a48da0c775a97d56;p=emacs.git ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change. (cherry picked from commit 330284e7f6d5191bc107caaa1c6e8d4b319af259) --- diff --git a/test/lisp/eshell/esh-cmd-tests.el b/test/lisp/eshell/esh-cmd-tests.el index c37e6d14187..741333ff52b 100644 --- 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)))))