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-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~2814 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=330284e7f6d5191bc107caaa1c6e8d4b319af259;p=emacs.git ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change. --- 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)))))