From 1f486a6323ffcb4d5c40f752a48da0c775a97d56 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Fri, 26 Jan 2024 10:26:57 -0800 Subject: [PATCH] ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change. (cherry picked from commit 330284e7f6d5191bc107caaa1c6e8d4b319af259) --- test/lisp/eshell/esh-cmd-tests.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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))))) -- 2.39.5