]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
authorJim Porter <jporterbugs@gmail.com>
Mon, 4 Nov 2024 04:21:12 +0000 (20:21 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 8 Nov 2024 13:31:17 +0000 (14:31 +0100)
(cherry picked from commit 9cfd13ff44e8d6f56a1025207c833ab45a7d51ba)

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

index 64ac3a8c2f6c69f35aebcdeb6be56faa663d0683..3b1fbafe4d1fdb00c684de5d67653d84e346848e 100644 (file)
@@ -354,7 +354,7 @@ processes correctly."
     ;; doesn't count.
     (let ((eshell-test-value "1..5"))
       (eshell-match-command-output "for i in $eshell-test-value { echo $i }"
-                                   "1..5\n")))))
+                                   "1..5\n"))))
 
 (ert-deftest esh-cmd-test/for-loop-mixed-args ()
   "Test invocation of a for loop iterating over multiple arguments."