]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
authorJim Porter <jporterbugs@gmail.com>
Fri, 26 Jan 2024 18:26:57 +0000 (10:26 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 26 Jan 2024 19:03:47 +0000 (20:03 +0100)
(cherry picked from commit 330284e7f6d5191bc107caaa1c6e8d4b319af259)

test/lisp/eshell/esh-cmd-tests.el

index c37e6d14187ed1a58964f07254738f4f71a88ef5..741333ff52bee0839d46d0efe51d86a92bd3db65 100644 (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)))))