; Allow batch-file Eshell test on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2024 19:04:51 +0000 (22:04 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2024 19:04:51 +0000 (22:04 +0300)
* test/lisp/eshell/em-script-tests.el (em-script-test/batch-file):
Don't skip on MS-Windows, as the test was fixed.

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