]> git.eshelyaron.com Git - emacs.git/commitdiff
; Allow batch-file Eshell test on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2024 19:04:51 +0000 (22:04 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 10 Jun 2024 07:26:55 +0000 (09:26 +0200)
* test/lisp/eshell/em-script-tests.el (em-script-test/batch-file):
Don't skip on MS-Windows, as the test was fixed.

(cherry picked from commit 968bbdb317abf025e1d2cbd9dc5c20def7e3912a)

test/lisp/eshell/em-script-tests.el

index 224e91624615ec2fe04283208b487409340eee37..86a78e4302638b9c7bbc1b544f00b0fa106fae38 100644 (file)
 
 (ert-deftest em-script-test/batch-file ()
   "Test running an Eshell script file as a batch script."
-  (skip-unless (not (memq system-type '(windows-nt ms-dos))))
   (ert-with-temp-file temp-file
     :text "echo hi"
     (with-temp-buffer