emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 330284e7f6d: ; * test/lisp/eshell/esh-cmd-tests.el: Fix last chan


From: Jim Porter
Subject: master 330284e7f6d: ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
Date: Fri, 26 Jan 2024 13:27:29 -0500 (EST)

branch: master
commit 330284e7f6d5191bc107caaa1c6e8d4b319af259
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
---
 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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]